6bd0d65c65
- 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.
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.10 1998/08/20 15:17:05 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp
|
|
#
|
|
|
|
DISTNAME= unix
|
|
PKGNAME= icon-9.3.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/
|
|
EXTRACT_SUFX= .tgz
|
|
ONLY_FOR_ARCHS= alpha i386
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm
|
|
|
|
DIST_SUBDIR= icon
|
|
NO_WRKSUBDIR= true
|
|
ALL_TARGET= Icon Icon-iconc
|
|
|
|
OPSYS!= uname -s
|
|
.if (${OPSYS} == "NetBSD")
|
|
MANCOMPRESSED= yes
|
|
.endif
|
|
|
|
MAN1= icon.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|