freebsd-ports/audio/nspmod/Makefile
John-Mark Gurney 26cbbf47c8 remove myself as maintainer... don't use it, and it hasn't been updated
since I committed it...

plus, half of sunsite's mirrors are broken and I don't want to deal with
it...
2000-07-21 00:44:25 +00:00

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>