2010-11-17 03:05:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.55 2010/11/17 08:05:13 espie Exp $
|
1999-02-21 18:28:05 -05:00
|
|
|
|
2007-09-15 16:09:40 -04:00
|
|
|
COMMENT= library for dynamic creation of images
|
2001-04-21 10:47:05 -04:00
|
|
|
|
2007-07-02 06:46:04 -04:00
|
|
|
DISTNAME= gd-2.0.35
|
2010-09-27 15:54:28 -04:00
|
|
|
REVISION= 0
|
2007-07-02 06:46:04 -04:00
|
|
|
SHARED_LIBS= gd 20.35
|
1999-02-21 18:28:05 -05:00
|
|
|
CATEGORIES= graphics
|
2010-01-04 10:05:49 -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
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
|
|
graphics/png
|
1999-02-21 18:28:05 -05:00
|
|
|
|
2005-10-12 01:37:43 -04:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-09-27 15:54:28 -04:00
|
|
|
WANTLIB= c expat fontconfig freetype jpeg m png 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-24 01:02:40 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2002-02-03 14:45:46 -05:00
|
|
|
|
2010-09-27 15:54:28 -04:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC} && touch Makefile.in aclocal.m4 config.hin configure
|
|
|
|
|
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>
|