mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Add LICENSE
- Switch to options helpers
This commit is contained in:
parent
66e4562fc6
commit
294a9ed56e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401167
@ -10,6 +10,9 @@ MASTER_SITES= http://www.puchalla-online.de/ \
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Small and fast command line MP3 editor
|
COMMENT= Small and fast command line MP3 editor
|
||||||
|
|
||||||
|
LICENSE= GPLv2 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= tar:bzip2 readline
|
USES= tar:bzip2 readline
|
||||||
|
|
||||||
PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz
|
PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz
|
||||||
@ -19,8 +22,10 @@ PORTDOCS= README README.timetable USAGE
|
|||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
post-install-DOCS-on:
|
||||||
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user