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.
20 lines
489 B
Makefile
20 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.6 1998/08/20 15:16:40 tsarna Exp $
|
|
# FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp
|
|
#
|
|
|
|
DISTNAME= soxgamma
|
|
PKGNAME= sox-12.12
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.spies.com/Sox/Archive/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.spies.com/Sox/
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= Makefile.unx
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/sox.man ${PREFIX}/man/man1/sox.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|