add libtool patches and a few other improvements
This commit is contained in:
parent
97c9914c53
commit
4dc5c807b8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/12/29 20:08:47 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2003/01/18 22:37:41 brad Exp $
|
||||
|
||||
COMMENT= "medical image conversion"
|
||||
|
||||
@ -11,8 +11,8 @@ HOMEPAGE= http://xmedcon.sourceforge.net
|
||||
|
||||
MAINTAINER= Tom Knienieder <tom@knienieder.com>
|
||||
|
||||
LIB_DEPENDS= gdk_pixbuf::graphics/gdk-pixbuf \
|
||||
gtk.1.2::x11/gtk+
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||
gdk_pixbuf::graphics/gdk-pixbuf
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -20,9 +20,11 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
|
||||
patch-*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user