freebsd-ports/x11-wm/wmconfig/Makefile
Antoine Brodin 8e787d5fba - Update to 1.4.1
- Convert to STAGEDIR and OPTIONS helpers

PR:		ports/182352
Submitted by:	Tommy Scheunemann (maintainer)
2013-10-08 19:09:06 +00:00

36 lines
705 B
Makefile

# Created by: Tommy Scheunemann <net@arrishq.org>
# $FreeBSD$
PORTNAME= wmconfig
PORTVERSION= 1.4.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.arrishq.net/files/
MAINTAINER= net@arrishq.net
COMMENT= Menu generation tool for X window managers
LICENSE= GPLv2
USE_BZIP2= yes
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog COPYING README TODO
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE=nls
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
NLS_USES= gettext
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>