mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Switch to USES=libtool
Approved by: portmgr blanket
This commit is contained in:
parent
98cae058ae
commit
cb6c7148af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359950
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= artha
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -14,15 +15,15 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||
libWN.so:${PORTSDIR}/textproc/wordnet
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20 intltool
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake libtool pkgconfig
|
||||
|
||||
CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \
|
||||
--x-libraries=${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet
|
||||
LIBS+= `pkg-config --libs gio-2.0`
|
||||
|
||||
OPTIONS_DEFINE= NOTIFY
|
||||
NOTIFY_DESC= Popup word definition as notification
|
||||
|
Loading…
Reference in New Issue
Block a user