aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpgf/Makefile
blob: 4961d1a7c052d103afd9cb4df6c5119bdd3539b5 (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
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 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>