- 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.
15 lines
317 B
Makefile
15 lines
317 B
Makefile
# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:32 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= ctwm-3.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://slhp1.epfl.ch/pub/
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://woland.afti.nsu.ru/~reberger/xwinman/ctwm.html
|
|
|
|
DEPENDS+= xpm-3.4k:../../graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|