diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-07-02 00:59:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-07-02 00:59:45 +0800 |
commit | 189951985fd5eef1e4c3a4db26649d05a9c870f5 (patch) | |
tree | 515288d1140919b8f46f6e1b86d1f1683ea7831b | |
parent | a3c9019b89546159c603d01921a2f8f454613ec3 (diff) | |
download | freebsd-ports-gnome-189951985fd5eef1e4c3a4db26649d05a9c870f5.tar.gz freebsd-ports-gnome-189951985fd5eef1e4c3a4db26649d05a9c870f5.tar.zst freebsd-ports-gnome-189951985fd5eef1e4c3a4db26649d05a9c870f5.zip |
- slave port to graphics/gd
needed for packaging without installing all of X11
after update gd to 2.0.x you need X11 to install webalizer or mod_php4
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gd-nox11/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 80a0f2a23bd6..7c4fdb5d600b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -77,6 +77,7 @@ SUBDIR += gauche-gl SUBDIR += gcolor SUBDIR += gd + SUBDIR += gd-nox11 SUBDIR += gd2 SUBDIR += gdal SUBDIR += gdchart diff --git a/graphics/gd-nox11/Makefile b/graphics/gd-nox11/Makefile new file mode 100644 index 000000000000..c506a8cc9dd1 --- /dev/null +++ b/graphics/gd-nox11/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnustep-art +# Date created: 29.Mar.2003 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +CATEGORIES= graphics +PKGNAMESUFFIX= -nox11 + +MAINTAINER= dinoex@FreeBSD.org + +WITHOUT_X11= yes +MASTERDIR?= ${.CURDIR}/../gd + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |