- Add LICENSE_FILE

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2015-12-28 14:03:31 +00:00
parent f078117966
commit 260e54fe51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404641

View File

@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Application launcher dockapp similar to wmbutton
LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
USE_XORG= ice sm x11 xext xpm
GNU_CONFIGURE= yes
@ -30,8 +31,8 @@ post-patch:
s|/usr/share/pixmaps/mini|${LOCALBASE}/share/pixmaps|' \
${WRKSRC}/src/wmappl.c
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>