freebsd-ports/x11-wm/wmanager-addons/Makefile
Dmitry Marakasov 8506fc3cb8 - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2016-10-30 09:04:18 +00:00

27 lines
598 B
Makefile

# Created by: Peter Pentchev <roam@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmanager-addons
PORTVERSION= 0.02
CATEGORIES= x11-wm
MASTER_SITES= http://devel.ringlet.net/x11/wmanager-addons/
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper scripts and documentation for the X11 window manager selector
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 uidfix
USE_PERL5= run
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in Changes README THANKS TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>