mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
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
28 lines
671 B
Makefile
28 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>
|