freebsd-ports/graphics/aeskulap/Makefile
Mathieu Arnold c6d0fb430d Update to version 0.2.2.20140119.
PR:		210794
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-07-04 13:24:09 +00:00

33 lines
666 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= aeskulap
PORTVERSION= 0.2.2.20140119
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Medical image viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24\
libdcmimage.so:devel/dcmtk
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
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
.include <bsd.port.mk>