# New ports collection makefile for: nspmod-0.1 # Date created: 1 Jun 1997 # Whom: jmg # # $FreeBSD: ports/audio/nspmod/Makefile,v 1.14 2004/02/05 20:36:56 trevor Exp $ # 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