diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-05 03:26:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-05 03:26:17 +0000 |
commit | 041e15a941b4c5e7fc5244ccf2b1e9064a3bb977 (patch) | |
tree | 061a83a6ed422abe9fb1ed43f08eb86d431eaa27 /graphics/gd1/Makefile | |
parent | 32378b5d621311e264fbaa33a4d8b7baccd8f25a (diff) |
- remove obsolte ports of gd1 and realatives
Notes
Notes:
svn path=/head/; revision=108423
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r-- | graphics/gd1/Makefile | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile deleted file mode 100644 index 443ddedc702e..000000000000 --- a/graphics/gd1/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: gd1 -# Date created: 27 Mar 1998 -# Whom: jeff@cetlink.net -# -# $FreeBSD$ -# - -PORTNAME= gd -PORTVERSION= 1.8.4 -PORTEPOCH= 2 -CATEGORIES+= graphics -MASTER_SITES= http://www.boutell.com/gd/http/ \ - ${MASTER_SITE_RINGSERVER} -MASTER_SITE_SUBDIR= graphics/gd - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= A graphics library for fast creation of images - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 -.if defined(WITH_XPM) -.if defined(WITHOUT_X11) -LIB_DEPENDS+= Xpm:${PORTSDIR}/graphics/xpm -CPPFLAGS+= -I${X11BASE}/include/X11 -I${X11BASE}/include -DHAVE_LIBXPM -LDFLAGS+= -L${X11BASE}/lib -lXpm -.else -USE_XPM= yes -CPPFLAGS+= -I${X11BASE}/include/X11 -I${X11BASE}/include -DHAVE_LIBXPM -LDFLAGS+= -L${X11BASE}/lib -lXpm -lX11 -.endif -.endif - -DEPRECATED= ancient, gd2 should be API compatible -EXPIRATION_DATE= 2004-05-01 - -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -LATEST_LINK?= gd1 - -MAKEFILE= ${FILESDIR}/Makefile.lib -INSTALLS_SHLIB= yes - -pre-everything:: -.if !defined(WITH_XPM) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with Xpm support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XPM=yes\"" - @${ECHO_MSG} -.endif - -post-extract: - @${CP} ${FILESDIR}/gd_gif_in.c ${WRKSRC} - -.include <bsd.port.mk> |