svn commit: r398823 - head/x11-wm/wmakerconf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 8 13:27:02 UTC 2015


Author: amdmi3
Date: Thu Oct  8 13:27:00 2015
New Revision: 398823
URL: https://svnweb.freebsd.org/changeset/ports/398823

Log:
  - Add LICENSE_FILE
  - Fix build by linking with used libraries

Modified:
  head/x11-wm/wmakerconf/Makefile

Modified: head/x11-wm/wmakerconf/Makefile
==============================================================================
--- head/x11-wm/wmakerconf/Makefile	Thu Oct  8 13:25:59 2015	(r398822)
+++ head/x11-wm/wmakerconf/Makefile	Thu Oct  8 13:27:00 2015	(r398823)
@@ -12,7 +12,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ports at 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 scr
 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


More information about the svn-ports-all mailing list