1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix build

- Add LICENSE

PR:		166054
Submitted by:	Ports Fury
Feature safe:	yes
This commit is contained in:
Martin Wilke 2012-04-07 08:40:06 +00:00
parent d511e79f6e
commit d753897610
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294316

View File

@ -16,11 +16,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A configuration tool for Window Maker
LICENSE= GPLv2
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
BROKEN= Does not build with wmaker 0.95.2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gtk20
@ -48,5 +48,7 @@ post-patch:
.for file in data/po/ja.po po/ja.po
@${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
.endfor
@${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
'/WMWritePropListToFile/s|,[[:space:]]YES||g'
.include <bsd.port.mk>