freebsd-ports/graphics/libpgf/Makefile

25 lines
523 B
Makefile
Raw Normal View History

PORTNAME= libpgf
2022-02-26 15:19:14 +01:00
PORTVERSION= 7.21.7
CATEGORIES= graphics
2022-02-26 15:19:14 +01:00
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Progressive Graphics Format (PGF) library
WWW= https://www.libpgf.org/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf cpe dos2unix libtool pathfix zip
USE_LDCONFIG= yes
2014-10-04 02:04:30 +02:00
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
2022-02-26 15:19:14 +01:00
pre-configure:
@${MKDIR} ${WRKSRC}/m4
.include <bsd.port.mk>