1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/nspmod/Makefile
2002-12-26 13:32:31 +00:00

23 lines
432 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
MAN1= nspmod.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>