blob: 0e055578ea56c174f10134250f727caacf4d6d32 (
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
25
26
27
28
29
30
|
# $FreeBSD$
PORTNAME= libpgf
PORTVERSION= 6.14.12
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Progressive Graphics Format (PGF) library
LICENSE= LGPL21
USES= dos2unix libtool
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
USE_LDCONFIG= yes
DOS2UNIX_FILES= configure.ac
LIBTOOLIZE_ARGS=--copy --force --quiet
AUTOMAKE_ARGS= --add-missing --copy
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-configure:
@cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS
.include <bsd.port.mk>
|