pkgsrc/games/xzip/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
356 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:59 tsarna Exp $
DISTNAME= xzip180
PKGNAME= xzip-1.8
CATEGORIES= games x11
MASTER_SITES= http://www.edoc.com/zarf/ftp/
EXTRACT_SUFX= .tar.Z
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.edoc.com/zarf/xzip.html
WRKSRC= ${WRKDIR}/xzip
USE_X11= yes
ALL_TARGET= xzip
.include "../../mk/bsd.pkg.mk"