- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
parent
1eddfd69d1
commit
16af1514cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406074
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= MIDI library
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -24,7 +25,7 @@ LDFLAGS+= -lpthread
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.gif ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue