From f3bc5974be34555981723a6a048cd95b07ea1cba Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 26 Dec 2005 20:10:49 +0000 Subject: [PATCH] SHARED_LIBS and USE_LIBTOOL --- graphics/xmedcon/Makefile | 10 +++++----- graphics/xmedcon/pkg/PFRAG.shared | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 541d5ee605c..40da521cec7 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2004/11/30 01:06:40 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2005/12/26 20:10:49 steven Exp $ COMMENT= "medical image conversion" DISTNAME= xmedcon-0.5.2 +PKGNAME= ${DISTNAME}p0 +SHARED_LIBS= mdc 0.0 +MODGNU_SHARED_LIBS= mdc '' CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmedcon/} @@ -21,12 +24,9 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xi c gdk glib gmodule iconv intl jpeg m png \ tiff z +USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static -PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \ - ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \ - patch-* - .include diff --git a/graphics/xmedcon/pkg/PFRAG.shared b/graphics/xmedcon/pkg/PFRAG.shared index 94557a4624c..479a3d9d37f 100644 --- a/graphics/xmedcon/pkg/PFRAG.shared +++ b/graphics/xmedcon/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.2 2004/09/15 00:50:12 espie Exp $ -@lib lib/libmdc.so.0.0 +@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/26 20:10:50 steven Exp $ +@lib lib/libmdc.so.${LIBmdc_VERSION}