mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e1e01a2994
PR: ports/6146 Submitted by: Jeffrey Wheat <jeff@ns1.cetlink.net>
21 lines
412 B
Makefile
21 lines
412 B
Makefile
# New ports collection makefile for: gd
|
|
# Version required: 1.3
|
|
# Date created: 27 Mar 1998
|
|
# Whom: jeff@cetlink.net
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= gd1.3
|
|
PKGNAME= gd-1.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.boutell.com/gd/http/
|
|
|
|
MAINTAINER= jeff@cetlink.net
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/include/gd
|
|
${MKDIR} ${PREFIX}/share/examples/gd
|
|
|
|
.include <bsd.port.mk>
|