diff options
Diffstat (limited to 'graphics/gd-nox11/Makefile')
-rw-r--r-- | graphics/gd-nox11/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/gd-nox11/Makefile b/graphics/gd-nox11/Makefile deleted file mode 100644 index 97548c9fc57a..000000000000 --- a/graphics/gd-nox11/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -WITHOUT_XPM= yes -MASTERDIR?= ${.CURDIR}/../gd2 - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |