- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
This commit is contained in:
parent
59bdab0024
commit
f0e50bc9c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354438
2 changed files with 5 additions and 7 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
PORTNAME= goocanvas
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 2
|
||||
|
@ -11,11 +12,11 @@ PKGNAMESUFFIX= 2
|
|||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= Canvas widget for GTK+ 3
|
||||
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GNOME= gtk30 introspection:build ltverhack
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig tar:xz
|
||||
USE_GNOME= gtk30 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_XZ= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -42,7 +43,4 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas-2.0.so.9
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,9 +18,9 @@ include/goocanvas-2.0/goocanvasutils.h
|
|||
include/goocanvas-2.0/goocanvaswidget.h
|
||||
lib/girepository-1.0/GooCanvas-2.0.typelib
|
||||
lib/libgoocanvas-2.0.a
|
||||
lib/libgoocanvas-2.0.la
|
||||
lib/libgoocanvas-2.0.so
|
||||
lib/libgoocanvas-2.0.so.9
|
||||
lib/libgoocanvas-2.0.so.9.3.0
|
||||
libdata/pkgconfig/goocanvas-2.0.pc
|
||||
share/gir-1.0/GooCanvas-2.0.gir
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/goocanvas2.mo
|
||||
|
|
Loading…
Reference in a new issue