diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 09:55:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 09:55:21 +0000 |
commit | 98b2973da204ae66b177b09a4d81328105d6ccea (patch) | |
tree | 1c68ffb785a34a4be3ea6d07ab2730ce8073edbe /x11/libmatekbd/Makefile | |
parent | 0f96dd25adb7ba29559ad6704328bd02dcbd03e7 (diff) | |
download | ports-98b2973da204ae66b177b09a4d81328105d6ccea.tar.gz ports-98b2973da204ae66b177b09a4d81328105d6ccea.zip |
Notes
Diffstat (limited to 'x11/libmatekbd/Makefile')
-rw-r--r-- | x11/libmatekbd/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile index 09dfdbedd5e6..e1fe448a3b2d 100644 --- a/x11/libmatekbd/Makefile +++ b/x11/libmatekbd/Makefile @@ -3,6 +3,7 @@ PORTNAME= libmatekbd PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -14,20 +15,16 @@ LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_GNOME= gnomehier glib20 gtk20 intlhack ltverhack +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gnomehier glib20 gtk20 intlhack USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatekbd*.so.4 - .include <bsd.port.mk> |