diff options
Diffstat (limited to 'graphics/aeskulap/Makefile')
-rw-r--r-- | graphics/aeskulap/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index 867d7bd3bfa7..430f6c258150 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -2,34 +2,32 @@ # $FreeBSD$ PORTNAME= aeskulap -PORTVERSION= 0.2.1 -PORTREVISION= 5 +PORTVERSION= 0.2.2.20140119 CATEGORIES= graphics -MASTER_SITES= http://www.sourcefiles.org/Home_and_Education/Health/ MAINTAINER= ports@FreeBSD.org COMMENT= Medical image viewer -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 +LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24\ + libdcmimage.so:devel/dcmtk -USES= desktop-file-utils gettext libtool pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= pipelka +GH_TAGNAME= ea0a119 + +USES= autoreconf desktop-file-utils gettext gmake libtool localbase \ + pkgconfig USE_GNOME= gconfmm26 gtkmm24 intltool GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +INSTALLS_ICONS= yes -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/aeskulap/*.so .include <bsd.port.mk> |