mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26cbbf47c8
since I committed it... plus, half of sunsite's mirrors are broken and I don't want to deal with it...
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# New ports collection makefile for: nspmod-0.1
|
|
# Date created: 1 Jun 1997
|
|
# Whom: jmg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nspmod
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/players
|
|
|
|
MAN1= nspmod.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|