From 1d2761f5a497db7782157f877925029fe2e11fe3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 1 Dec 2017 13:37:52 +0000 Subject: - Add LICENSE - Switch to USES=localbase Approved by: portmgr blanket --- x11-toolkits/libwnck/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index fcab8dc12118..1b6aa2514cc2 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -18,14 +18,15 @@ PORTSCOUT= ignore:1 .if !defined(REFERENCE_PORT) +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + USE_XORG= xres x11 USE_GNOME= gtk20 referencehack intlhack introspection -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USES+= bison gettext gmake libtool:keepla localbase:ldflags pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= STARTUP -- cgit