diff options
Diffstat (limited to 'graphics/gd2/Makefile')
| -rw-r--r-- | graphics/gd2/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile new file mode 100644 index 000000000000..cd0ae6b5a851 --- /dev/null +++ b/graphics/gd2/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gd +# Version required: 1.2 +# Date created: 28 Jan 1997 +# Whom: jeff@cetlink.net +# +# $Id$ +# + +DISTNAME= gd1.2 +PKGNAME= gd-1.2 +CATEGORIES= graphics +EXTRACT_SUFX= .tar.Z + +MASTER_SITES= http://www.boutell.com/gd/ + +MAINTAINER= jeff@cetlink.net + +pre-install: + ${MKDIR} ${PREFIX}/include/gd + ${MKDIR} ${PREFIX}/share/examples/gd + +.include <bsd.port.mk> |
