diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-27 18:25:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-27 18:25:51 +0000 |
commit | 6debb0a2a1ee548c26e7cf99ea49949bd3b168d9 (patch) | |
tree | 0289bd91300788f9ed0d45bc8bf1aa91c3efd317 /graphics/gtkdps | |
parent | 8ecb40c75212e07684f28a14e8a4d8c3924b5e6a (diff) | |
download | ports-6debb0a2a1ee548c26e7cf99ea49949bd3b168d9.tar.gz ports-6debb0a2a1ee548c26e7cf99ea49949bd3b168d9.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 10 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index ecceaa4de6a6..82b33fb07375 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,11 +3,10 @@ PORTNAME= gtkdps PORTVERSION= 0.3.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics # ftp://ftp.gyve.org/pub/gtkDPS/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dinoex +MASTER_SITES= LOCAL/dinoex DISTNAME= gtkDPS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -15,9 +14,9 @@ COMMENT= Gtk bindings for the Display GhostScript System LIB_DEPENDS= libdpstk.so:${PORTSDIR}/x11/dgs +USES= libtool USE_GNOME= gtk12 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \ --with-dps-libraries=${LOCALBASE}/lib @@ -37,4 +36,7 @@ post-patch: @${REINPLACE_CMD} 's|gnulocaledir)|DESTDIR)$$(&|' \ ${WRKSRC}/po/Makefile.in.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkDPS.so + .include <bsd.port.mk> diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist index da47800b5df3..08262337d632 100644 --- a/graphics/gtkdps/pkg-plist +++ b/graphics/gtkdps/pkg-plist @@ -13,9 +13,8 @@ include/gtkDPS/gtkDPSpaintsel.h include/gtkDPS/gtkDPSwidget.h include/gtkDPS/parseAFM.h lib/libgtkDPS.a -lib/libgtkDPS.la lib/libgtkDPS.so -lib/libgtkDPS.so.1 +lib/libgtkDPS.so.1.0.0 share/aclocal/gtkDPS.m4 %%NLS%%share/locale/ja/LC_MESSAGES/gtkDPS.mo @dirrm include/gtkDPS |