summaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
deleted file mode 100644
index 72da6ffc7b60..000000000000
--- a/graphics/gd1/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: gd
-# Version required: 1.7.3
-# Date created: 27 Mar 1998
-# Whom: jeff@cetlink.net
-#
-# $FreeBSD$
-#
-
-DISTNAME= gd-1.7.3
-CATEGORIES= graphics
-MASTER_SITES= http://www.boutell.com/gd/http/ \
- ftp://ftp.boutell.com/pub/boutell/gd/
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
-
-pre-install:
- ${MKDIR} ${PREFIX}/include/gd
-
-.include <bsd.port.mk>