diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-24 21:40:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-24 21:40:44 +0000 |
commit | 17d1aba6e44b6221fe196c656fbeab1e96281711 (patch) | |
tree | d2c98c48cc7b4dfbd87f18e527c981559e59cef2 | |
parent | 3bd8e1bebefad91f2b45e4c21cf8f22e9b376707 (diff) | |
download | freebsd-ports-17d1aba6e44b6221fe196c656fbeab1e96281711.zip |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Convert some dependencies to USE_GNOME
- Fix gettext detection with CPPFLAGS/LIBS
-rw-r--r-- | graphics/aeskulap/Makefile | 20 | ||||
-rw-r--r-- | graphics/aeskulap/pkg-plist | 11 |
2 files changed, 13 insertions, 18 deletions
diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index 1dffe7cb8645..d22c8b85c616 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -3,7 +3,7 @@ PORTNAME= aeskulap PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.bms-austria.com/%7Epipelka/${PORTNAME}/ @@ -12,21 +12,17 @@ COMMENT= Medical image viewer LICENSE= GPLv2 -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ - libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 +LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 -USES= gettext pkgconfig -USE_GNOME= gconf2 +USES= gettext libtool pkgconfig +USE_GNOME= gconfmm26 gtkmm24 GCONF_SCHEMAS= aeskulap.schemas USE_LDCONFIG= ${PREFIX}/lib/aeskulap -CXXFLAGS+= -fPIC \ - -I${LOCALBASE}/include GNU_CONFIGURE= yes - -post-install: - ${LN} -s libimagepool.so.0.0 ${STAGEDIR}${PREFIX}/lib/aeskulap/libimagepool.so - ${LN} -s libconfiguration.so.0.0 ${STAGEDIR}${PREFIX}/lib/aeskulap/libconfiguration.so +CONFIGURE_ARGS= --disable-static +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/graphics/aeskulap/pkg-plist b/graphics/aeskulap/pkg-plist index dccc0ca487f8..b6ac2abe67ee 100644 --- a/graphics/aeskulap/pkg-plist +++ b/graphics/aeskulap/pkg-plist @@ -1,11 +1,5 @@ bin/aeskulap -lib/aeskulap/libconfiguration.a -lib/aeskulap/libconfiguration.la -lib/aeskulap/libconfiguration.so.0.0 lib/aeskulap/libconfiguration.so -lib/aeskulap/libimagepool.a -lib/aeskulap/libimagepool.la -lib/aeskulap/libimagepool.so.0.0 lib/aeskulap/libimagepool.so lib/aeskulap/libofstd.so lib/aeskulap/libdcmdata.so @@ -40,6 +34,11 @@ share/applications/aeskulap.desktop %%DATADIR%%/images/stock-tool-eraser-22.png %%DATADIR%%/images/stock-tool-measure-22.png %%DATADIR%%/images/stock-tool-scale-22.png +share/locale/de/LC_MESSAGES/aeskulap.mo +share/locale/en/LC_MESSAGES/aeskulap.mo +share/locale/es/LC_MESSAGES/aeskulap.mo +share/locale/hu/LC_MESSAGES/aeskulap.mo +share/locale/pt/LC_MESSAGES/aeskulap.mo @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/glade @dirrm %%DATADIR%% |