c6d0fb430d
PR: 210794 Submitted by: tkato432 yahoo com Sponsored by: Absolight
33 lines
666 B
Makefile
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>
|