diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /graphics/xmedcon | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r-- | graphics/xmedcon/Makefile | 3 | ||||
-rw-r--r-- | graphics/xmedcon/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 80bed6139ffe..7d4bd25c1cd1 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmedcon PORTVERSION= 0.9.8.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A medical image conversion utility and library -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_SUBMAKE= yes diff --git a/graphics/xmedcon/pkg-plist b/graphics/xmedcon/pkg-plist index c4be322a3722..3f47b2de0f07 100644 --- a/graphics/xmedcon/pkg-plist +++ b/graphics/xmedcon/pkg-plist @@ -41,6 +41,7 @@ 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 share/aclocal/xmedcon.m4 |