39c49b2f64
- use new CONFIGURE_STYLE - use PLIST/DESCR substitution to add HOMEPAGE and various fragments - add systematic @comment $OpenBSD$ to PLIST - remove FAKE=Yes
23 lines
556 B
Makefile
23 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.9 2000/06/10 17:39:19 espie Exp $
|
|
|
|
DISTNAME= nspmod-0.1
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.255
|
|
MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \
|
|
${MASTER_SITE_SUNSITE}/
|
|
MASTER_SITE_SUBDIR= apps/sound/players
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|