aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-08 21:27:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-08 21:27:00 +0800
commitfa6eb7dae58d01fd89ebe0835aac594d71a666b2 (patch)
tree255c5fd9c88ad72299596a4ca2533cdabd25479e
parent75314b79de09a7c42b08d3b7a6d41cd465363696 (diff)
downloadfreebsd-ports-gnome-fa6eb7dae58d01fd89ebe0835aac594d71a666b2.tar.gz
freebsd-ports-gnome-fa6eb7dae58d01fd89ebe0835aac594d71a666b2.tar.zst
freebsd-ports-gnome-fa6eb7dae58d01fd89ebe0835aac594d71a666b2.zip
- Add LICENSE_FILE
- Fix build by linking with used libraries
-rw-r--r--x11-wm/wmakerconf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile
index 3e6025f3c9b0..12bf0b673eeb 100644
--- a/x11-wm/wmakerconf/Makefile
+++ b/x11-wm/wmakerconf/Makefile
@@ -12,7 +12,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration tool for Window Maker
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libWINGs.so:${PORTSDIR}/x11-wm/windowmaker
RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm4
@@ -25,6 +26,8 @@ SHEBANG_FILES= scripts/getfile.pl.in scripts/upgrade.pl.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \
--with-wmakeretcprefix="${LOCALBASE}/share"
+USE_XORG= x11
+LIBS+= -L${LOCALBASE}/lib -lX11
post-extract:
@${FIND} ${WRKSRC} -name "*.gmo" -delete