23e0063766
variable substituition of "MASTER_SITES" and "PATCH_SITES".
16 lines
464 B
Makefile
16 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.8 1999/04/15 20:39:40 tron Exp $
|
|
#
|
|
|
|
DISTNAME= nspmod-0.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \
|
|
${MASTER_SITE_SUNSITE:=apps/sound/players/}
|
|
|
|
MAINTAINER= mycroft@NetBSD.ORG
|
|
HOMEPAGE= http://www.jeton.or.jp/users/toru/www/orgsoft/index.html
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|