1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/aeskulap/Makefile
Gerald Pfeifer 09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00

35 lines
719 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= aeskulap
PORTVERSION= 0.2.2.20140119
PORTREVISION= 2
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= compiler:c++11-lang autoreconf desktop-file-utils gettext \
gmake libtool localbase pkgconfig
USE_CXXSTD= c++11
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>