aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpgf/Makefile
blob: e88a49ba662592bb2d6c26cf67833c5c96904373 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libpgf
PORTVERSION=	7.21.7
CATEGORIES=	graphics
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

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

pre-configure:
	@${MKDIR} ${WRKSRC}/m4

.include <bsd.port.mk>