freebsd-ports/graphics/libpgf/Makefile
Bernhard Froehlich a2d10c63b1
graphics/libpgf: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 11:24:22 +00:00

23 lines
544 B
Makefile

PORTNAME= libpgf
PORTVERSION= 7.15.32
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
DISTNAME= libPGF-codec-and-console-src
MAINTAINER= jhale@FreeBSD.org
COMMENT= Progressive Graphics Format (PGF) library
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf cpe dos2unix libtool pathfix zip
USE_LDCONFIG= yes
DOS2UNIX_FILES= configure.ac
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/PGF/Codec
.include <bsd.port.mk>