mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Stagify.
Switch to USES=pathfix libtool. Use USE_GNOME=glibmm
This commit is contained in:
parent
cc40a07ee1
commit
2a8509076c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347350
@ -12,19 +12,16 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= C++ wrapper for gnomevfs2 library
|
||||
|
||||
LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gnomehack gnomevfs2
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_GNOME= glibmm gnomevfs2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples// ; \
|
||||
/^SUBDIRS =/s/docs//' \
|
||||
@ -32,4 +29,6 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
|
||||
${WRKSRC}/tools/extra_defs_gen/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnomevfsmm-2.6.so.1.0.9
|
||||
.include <bsd.port.mk>
|
||||
|
@ -48,10 +48,10 @@ include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/wrap_init.h
|
||||
lib/gnome-vfsmm-%%API_VERSION%%/include/libgnomevfsmmconfig.h
|
||||
lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert.m4
|
||||
lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert_gnome_vfsmm.m4
|
||||
lib/libgnomevfsmm-%%VERSION%%.a
|
||||
lib/libgnomevfsmm-%%VERSION%%.la
|
||||
lib/libgnomevfsmm-%%VERSION%%.so
|
||||
lib/libgnomevfsmm-%%VERSION%%.so.1
|
||||
lib/libgnomevfsmm-%%VERSION%%.so.1.0.9
|
||||
libdata/pkgconfig/gnome-vfsmm-%%API_VERSION%%.pc
|
||||
@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc/m4
|
||||
@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc
|
||||
|
Loading…
Reference in New Issue
Block a user