freebsd-ports/graphics/aeskulap/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

32 lines
743 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= aeskulap
PORTVERSION= 0.2.1
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://www.sourcefiles.org/Home_and_Education/Health/
MAINTAINER= ports@FreeBSD.org
COMMENT= Medical image viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24
USES= desktop-file-utils gettext libtool 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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/aeskulap/*.so
.include <bsd.port.mk>