pkgsrc/editors/ssam/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

16 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.7 1998/08/20 15:16:51 tsarna Exp $
#
DISTNAME= ssam-1.9
CATEGORIES= editors
MASTER_SITES= http://www.westley.demon.co.uk/src/
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.westley.demon.co.uk/software.html
DEPENDS= libutf-2.10:../../misc/libutf
GNU_CONFIGURE= yes
ALL_TARGET= tst
.include "../../mk/bsd.pkg.mk"