1999-08-17 08:40:34 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 1999/08/17 12:40:34 downsj Exp $
|
1999-02-21 18:28:05 -05:00
|
|
|
# $FreeBSD: Makefile,v 1.5 1998/06/25 03:13:16 vanilla Exp $
|
|
|
|
|
1999-08-17 08:28:45 -04:00
|
|
|
DISTNAME= gd-1.6.3
|
1999-02-21 18:28:05 -05:00
|
|
|
CATEGORIES= graphics
|
1999-07-25 20:36:34 -04:00
|
|
|
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
|
|
|
ftp://ftp.boutell.com/pub/boutell/gd/
|
|
|
|
|
|
|
|
NEED_VERSION= 1.73
|
|
|
|
|
1999-08-17 08:40:34 -04:00
|
|
|
LIB_DEPENDS= png.1.3:${PORTSDIR}/graphics/png \
|
|
|
|
ttf.1.2:${PORTSDIR}/print/freetype
|
1999-02-21 18:28:05 -05:00
|
|
|
|
|
|
|
MAINTAINER= brad@openbsd.org
|
|
|
|
HOMEPAGE= http://www.boutell.com/gd/
|
|
|
|
|
1999-07-25 20:36:34 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
GNU_CONFIGURE= yes
|
1999-08-17 08:40:34 -04:00
|
|
|
CONFIGURE_ENV= LDFLAGS=-L/usr/local/lib
|
1999-07-25 20:36:34 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/gd
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/demoin.png ${PREFIX}/share/examples/gd
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/examples/gd
|
1999-02-21 18:28:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|