2010-11-17 08:05:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.55 2010/11/17 08:05:13 espie Exp $
|
1999-02-21 23:28:05 +00:00
|
|
|
|
2007-09-15 20:09:40 +00:00
|
|
|
COMMENT= library for dynamic creation of images
|
2001-04-21 14:47:05 +00:00
|
|
|
|
2007-07-02 10:46:04 +00:00
|
|
|
DISTNAME= gd-2.0.35
|
2010-09-27 19:54:28 +00:00
|
|
|
REVISION= 0
|
2007-07-02 10:46:04 +00:00
|
|
|
SHARED_LIBS= gd 20.35
|
1999-02-21 23:28:05 +00:00
|
|
|
CATEGORIES= graphics
|
2010-01-04 15:05:49 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/releases/
|
1999-07-26 00:36:34 +00:00
|
|
|
|
2007-02-17 16:30:11 +00:00
|
|
|
HOMEPAGE= http://www.libgd.org/
|
1999-11-26 15:47:53 +00:00
|
|
|
|
2010-11-17 08:05:12 +00:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
|
|
graphics/png
|
1999-02-21 23:28:05 +00:00
|
|
|
|
2005-10-12 05:37:43 +00:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-09-27 19:54:28 +00:00
|
|
|
WANTLIB= c expat fontconfig freetype jpeg m png z
|
1999-02-21 23:28:05 +00:00
|
|
|
|
2000-03-05 00:44:31 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-04 23:58:54 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-03-05 00:44:31 +00:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-04 23:58:54 +00:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-10-12 05:37:43 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2005-10-24 05:02:40 +00:00
|
|
|
CONFIGURE_ARGS+= --without-xpm
|
2000-06-22 03:48:45 +00:00
|
|
|
|
2005-10-24 05:02:40 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2002-02-03 19:45:46 +00:00
|
|
|
|
2010-09-27 19:54:28 +00:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC} && touch Makefile.in aclocal.m4 config.hin configure
|
|
|
|
|
1999-07-26 00:36:34 +00:00
|
|
|
post-install:
|
2005-10-12 05:37:43 +00:00
|
|
|
@cd ${WRKSRC} && ./gddemo
|
2000-01-20 04:11:31 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gd
|
2005-10-12 05:37:43 +00:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} demoin.png demoout.png index.html \
|
|
|
|
${PREFIX}/share/examples/gd
|
1999-02-21 23:28:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|