freebsd-ports/textproc/libmwaw03/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

29 lines
671 B
Makefile

PORTNAME= libmwaw
PORTVERSION= 0.3.22
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 03
MAINTAINER= office@FreeBSD.org
COMMENT= Import library for some old mac text documents
WWW= https://libmwaw.sourceforge.net/
LICENSE= LGPL21+ MPL20
LICENSE_COMB= dual
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPE_VENDOR= libmwaw_project
PLIST_SUB= VERSION=${PORTVERSION:E}
.include <bsd.port.mk>