openbsd-ports/graphics/gd/Makefile

40 lines
854 B
Makefile
Raw Normal View History

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
COMMENT= library for dynamic creation of images
2007-07-02 06:46:04 -04:00
DISTNAME= gd-2.0.35
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
MASTER_SITES= ${HOMEPAGE}/releases/
HOMEPAGE= http://www.libgd.org/
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= graphics/jpeg \
graphics/png
1999-02-21 18:28:05 -05:00
MODULES= converters/libiconv
WANTLIB= c expat fontconfig freetype jpeg m png z
1999-02-21 18:28:05 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-xpm
USE_LIBTOOL= Yes
post-patch:
@cd ${WRKSRC} && touch Makefile.in aclocal.m4 config.hin configure
post-install:
@cd ${WRKSRC} && ./gddemo
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gd
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>