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
677 B
Makefile
26 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.15 1998/08/20 15:16:39 tsarna Exp $
|
|
#
|
|
|
|
DISTNAME= snd
|
|
PKGNAME= snd-19980212
|
|
NO_WRKSUBDIR= YES
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://ccrma-www/CCRMA/Software/snd/snd.html
|
|
|
|
DEPENDS+= xpm-3.4k:../../graphics/xpm
|
|
|
|
MIRROR_DISTFILE= no
|
|
USE_MOTIF= yes
|
|
MAKEFILE= makefile.netbsd
|
|
ALL_TARGET= snd
|
|
|
|
do-install:
|
|
cd ${WRKSRC} ; ${INSTALL_PROGRAM} snd ${PREFIX}/bin
|
|
cd ${WRKSRC} ; ${INSTALL_DATA} Snd.ad ${PREFIX}/lib/X11/app-defaults/Snd
|
|
${MKDIR} ${PREFIX}/share/doc/snd
|
|
cd ${WRKSRC} ; ${INSTALL_DATA} *.gif *.html *.txt README.Snd ${PREFIX}/share/doc/snd
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|