diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 19:17:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 19:17:41 +0800 |
commit | b7e23a5f065e1002d909d5c6139f93282f6ee060 (patch) | |
tree | c51fa4c69116ca6c8cd0c3b6fb39637444fd16f4 /deskutils/xneur/Makefile | |
parent | f7ca21cead884a627c97c1dde14e940513017352 (diff) | |
download | freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.tar.gz freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.tar.zst freebsd-ports-gnome-b7e23a5f065e1002d909d5c6139f93282f6ee060.zip |
- Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Diffstat (limited to 'deskutils/xneur/Makefile')
-rw-r--r-- | deskutils/xneur/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index b794d0f1442e..afdfc1ce1bb9 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -3,7 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.15.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,8 +14,7 @@ COMMENT= Auto keyboard switcher LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ libpcre.so:${PORTSDIR}/devel/pcre -USE_BZIP2= yes -USES= pkgconfig iconv +USES= pkgconfig iconv tar:bzip2 libtool USE_GNOME= gnomehack GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} @@ -25,16 +24,12 @@ CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur USE_LDCONFIG= yes INSTALLS_ICONS= yes -MAN1= xneur.1 -MAN5= xneurrc.5 - OPTIONS_DEFINE= ASPELL XOSD NLS X11 OPTIONS_DEFAULT= GSTREAMER ASPELL OPTIONS_RADIO= SOUND OPTIONS_RADIO_SOUND= GSTREAMER OPENAL XOSD_DESC= Xosd support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -80,9 +75,4 @@ CONFIGURE_ARGS+= --without-xosd post-patch: @${MV} ${WRKSRC}/etc/xneurrc ${WRKSRC}/etc/xneurrc.sample -post-install: -.if !exists(${PREFIX}/etc/xneur/xneurrc) - ${CP} -p ${PREFIX}/etc/xneur/xneurrc.sample ${PREFIX}/etc/xneur/xneurrc -.endif - .include <bsd.port.mk> |