1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Define RESTRICTED as this is shareware and registration is required

to redistribute the source and commercial use of binaries.

Also, install some doc files that have copyright info.
This commit is contained in:
Masafumi Max NAKANE 1997-09-05 17:40:54 +00:00
parent 48e64929e8
commit b7a5bce10e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7780

View File

@ -13,11 +13,19 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/
MAINTAINER= doconnor@ist.flinders.edu.au
RESTRICTED= "Registration required for redistribution and commercial use."
WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAN1= mikmod.1
do-install:
( cd ${WRKSRC} ; ${INSTALL_PROGRAM} mikmod mikcvt ${PREFIX}/bin )
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/mikmod.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mikmod
.for f in credits.txt mikmod.txt register.frm
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/docs/$f ${PREFIX}/share/doc/mikmod
.endfor
.endif
.include <bsd.port.mk>