diff options
Diffstat (limited to 'graphics/aeskulap/Makefile')
-rw-r--r-- | graphics/aeskulap/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index 2290144c6a08..502dda98028f 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -4,10 +4,10 @@ PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org -COMMENT= Medical image viewer +COMMENT= Medical image viewer and DICOM network client WWW= https://aeskulap.nongnu.org/ -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdcmimage.so:graphics/dcmtk \ @@ -19,6 +19,10 @@ LIB_DEPENDS= libdcmimage.so:graphics/dcmtk \ USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \ gmake gnome jpeg libtool localbase pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --with-gsettings +GLIB_SCHEMAS= org.gnu.aeskulap.gschema.xml +INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= mikhailnov GH_TAGNAME= e43334e @@ -26,8 +30,10 @@ USE_CXXSTD= c++11 USE_GNOME= gtkmm24 intltool libglade2 USE_LDCONFIG= ${PREFIX}/lib/aeskulap -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static --with-gsettings -INSTALL_TARGET= install-strip +post-patch: + @${REINPLACE_CMD} -e '/^AM_GCONF_SOURCE_2/,+1d' \ + ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -e '/^if GCONF_SCHEMAS_INSTALL/,+3d' \ + ${WRKSRC}/src/Makefile.am .include <bsd.port.mk> |