diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:00:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:00:44 +0800 |
commit | 4cfe7534bc7e787c8ed7c94d4af851300588ff5d (patch) | |
tree | fd22f378fc0481c588506d8dca83ae24ee3977e0 /graphics | |
parent | 9a4ae4228d60d7311fec4992f12dd60bc2c41dff (diff) | |
download | freebsd-ports-gnome-4cfe7534bc7e787c8ed7c94d4af851300588ff5d.tar.gz freebsd-ports-gnome-4cfe7534bc7e787c8ed7c94d4af851300588ff5d.tar.zst freebsd-ports-gnome-4cfe7534bc7e787c8ed7c94d4af851300588ff5d.zip |
- Switch to USES=libtool, drop .la files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmedcon/Makefile | 6 | ||||
-rw-r--r-- | graphics/xmedcon/pkg-plist | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 2d3850475946..c25a0d201e03 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmedcon PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} @@ -12,14 +13,15 @@ COMMENT= Medical image conversion utility and library LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= pkgconfig tar:bzip2 -USE_AUTOTOOLS= libtool +USES= libtool pkgconfig tar:bzip2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= `pkg-config --libs gtk+-x11-2.0` OPTIONS_DEFINE= X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF \ INTERFILE INW PNG diff --git a/graphics/xmedcon/pkg-plist b/graphics/xmedcon/pkg-plist index 35f6a2043c2c..1366d34d9e42 100644 --- a/graphics/xmedcon/pkg-plist +++ b/graphics/xmedcon/pkg-plist @@ -42,9 +42,9 @@ include/xmedcon/m-xtract.h include/xmedcon/medcon.h @dirrm include/xmedcon lib/libmdc.a -lib/libmdc.la lib/libmdc.so lib/libmdc.so.2 +lib/libmdc.so.2.0.1 man/man1/medcon.1.gz %%X11%%man/man1/xmedcon.1.gz man/man1/xmedcon-config.1.gz |