pkgsrc/graphics/gd/Makefile
tsarna 6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00

17 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:00 tsarna Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
DISTNAME= gd1.3
PKGNAME= gd-1.3
CATEGORIES= graphics
MASTER_SITES= ftp://www.boutell.com/pub/boutell/gd/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.boutell.com/gd/
pre-install:
${MKDIR} ${PREFIX}/include/gd
${MKDIR} ${PREFIX}/share/examples/gd
.include "../../mk/bsd.pkg.mk"