forked from Lainports/freebsd-ports
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
8ecb40c752
commit
6debb0a2a1
2 changed files with 7 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue