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.
25 lines
620 B
Makefile
25 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.14 1998/08/20 15:17:24 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
|
|
#
|
|
|
|
DISTNAME= gv-3.5.8
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/
|
|
|
|
DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gs:../../print/ghostscript5
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@(cd ${WRKSRC}; ${MAKE} install.doc)
|
|
.endif
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|