freebsd-ports/audio/nspmod/Makefile

25 lines
528 B
Makefile
Raw Normal View History

# New ports collection makefile for: nspmod-0.1
# Date created: 1 Jun 1997
# Whom: jmg
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= nspmod
PORTVERSION= 0.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
MAN1= nspmod.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/nspmod
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>