2007-04-08 11:31:01 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.48 2007/04/08 15:31:01 sturm Exp $
|
1999-02-21 18:28:05 -05:00
|
|
|
|
2005-10-12 01:37:43 -04:00
|
|
|
COMMENT= "library for dynamic creation of images"
|
2001-04-21 10:47:05 -04:00
|
|
|
|
2007-02-17 11:30:11 -05:00
|
|
|
DISTNAME= gd-2.0.34
|
2007-04-08 11:31:01 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2007-02-17 11:30:11 -05:00
|
|
|
SHARED_LIBS= gd 20.34
|
1999-02-21 18:28:05 -05:00
|
|
|
CATEGORIES= graphics
|
2007-02-17 11:30:11 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
1999-07-25 20:36:34 -04:00
|
|
|
|
2007-02-17 11:30:11 -05:00
|
|
|
HOMEPAGE= http://www.libgd.org/
|
1999-11-26 10:47:53 -05:00
|
|
|
|
2006-08-02 06:10:35 -04:00
|
|
|
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
|
|
|
png.>=2::graphics/png
|
1999-02-21 18:28:05 -05:00
|
|
|
|
2005-10-12 01:37:43 -04:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2007-04-08 11:31:01 -04:00
|
|
|
WANTLIB= c expat fontconfig freetype m z
|
1999-02-21 18:28:05 -05:00
|
|
|
|
2000-03-04 19:44:31 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-04 18:58:54 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-03-04 19:44:31 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-04 18:58:54 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-10-12 01:37:43 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2005-10-24 01:02:40 -04:00
|
|
|
CONFIGURE_ARGS+= --without-xpm
|
2000-06-21 23:48:45 -04:00
|
|
|
|
2005-10-12 01:37:43 -04:00
|
|
|
USE_X11= Yes
|
2005-10-24 01:02:40 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2002-02-03 14:45:46 -05:00
|
|
|
|
1999-07-25 20:36:34 -04:00
|
|
|
post-install:
|
2005-10-12 01:37:43 -04:00
|
|
|
@cd ${WRKSRC} && ./gddemo
|
2000-01-19 23:11:31 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gd
|
2005-10-12 01:37:43 -04:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} demoin.png demoout.png index.html \
|
|
|
|
${PREFIX}/share/examples/gd
|
1999-02-21 18:28:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|