mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
152a2bc737
PR: ports/185681 Submitted by: maintainer
32 lines
640 B
Makefile
32 lines
640 B
Makefile
# Created by: Tommy Scheunemann <net@arrishq.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmconfig
|
|
PORTVERSION= 1.4.4
|
|
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
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|