Support stage
This commit is contained in:
parent
d1d795862a
commit
b35c13e76c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351797
2 changed files with 8 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= libglademm
|
||||
PORTVERSION= 2.6.7
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -12,28 +12,24 @@ DIST_SUBDIR= gnome2
|
|||
MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= C++ wrapper for libglade2 library
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
LATEST_LINK= libglademm24
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11 ice
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gnomehack libglade2
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= libglade2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
|
||||
${WRKSRC}/tools/extra_defs_gen/Makefile.in
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ lib/libglademm-%%VERSION%%.a
|
|||
lib/libglademm-%%VERSION%%.la
|
||||
lib/libglademm-%%VERSION%%.so
|
||||
lib/libglademm-%%VERSION%%.so.1
|
||||
lib/libglademm-%%VERSION%%.so.1.0.5
|
||||
lib/libglademm-%%API_VERSION%%/include/libglademmconfig.h
|
||||
lib/libglademm-%%API_VERSION%%/proc/m4/convert.m4
|
||||
lib/libglademm-%%API_VERSION%%/proc/m4/convert_libglademm.m4
|
||||
|
|
Loading…
Reference in a new issue