freebsd-ports/audio/nspmod/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

25 lines
528 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= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= ports@FreeBSD.org
COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
MAN1= nspmod.1
PLIST_FILES= bin/nspmod
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>