1997-02-13 09:51:45 -05:00
|
|
|
# New ports collection makefile for: gd
|
1998-04-04 09:25:54 -05:00
|
|
|
# Date created: 27 Mar 1998
|
1997-02-13 09:51:45 -05:00
|
|
|
# Whom: jeff@cetlink.net
|
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1997-02-13 09:51:45 -05:00
|
|
|
#
|
|
|
|
|
2000-04-14 06:48:02 -04:00
|
|
|
PORTNAME= gd
|
2000-06-04 11:31:19 -04:00
|
|
|
PORTVERSION= 1.8.3
|
1997-02-13 09:51:45 -05:00
|
|
|
CATEGORIES= graphics
|
1998-06-24 23:13:16 -04:00
|
|
|
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
|
|
|
ftp://ftp.boutell.com/pub/boutell/gd/
|
1997-02-13 09:51:45 -05:00
|
|
|
|
2000-01-27 23:01:59 -05:00
|
|
|
MAINTAINER= billf@FreeBSD.org
|
1999-07-13 19:59:58 -04:00
|
|
|
|
2000-03-10 21:30:44 -05:00
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
2000-04-16 20:18:05 -04:00
|
|
|
.if defined(WITH_X11)
|
2000-02-02 22:06:38 -05:00
|
|
|
LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
|
1999-12-24 21:01:54 -05:00
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
2000-06-16 06:38:50 -04:00
|
|
|
USE_XLIB= yes
|
2000-02-02 22:06:38 -05:00
|
|
|
.endif
|
|
|
|
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-16 06:38:50 -04:00
|
|
|
|
2000-02-02 22:06:38 -05:00
|
|
|
pre-fetch:
|
2000-04-16 20:18:05 -04:00
|
|
|
.if !defined(WITH_X11)
|
2000-02-02 22:06:38 -05:00
|
|
|
@${ECHO} -n "If you want to compile in X support use "
|
2000-04-16 20:18:05 -04:00
|
|
|
@${ECHO} "'make -DWITH_X11' instead"
|
2000-02-02 22:06:38 -05:00
|
|
|
.endif
|
1998-04-19 11:38:31 -04:00
|
|
|
|
1997-02-13 09:51:45 -05:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/include/gd
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|