diff options
author | cy <cy@FreeBSD.org> | 2014-06-10 13:09:09 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-06-10 13:09:09 +0800 |
commit | 5f4ee3cac28fa770365836ac6db8d37c7d7e3c24 (patch) | |
tree | 091476d27bee37900c0f1de70b48facd9034bcfe /x11-toolkits/xview-clients | |
parent | 5db8874458fd0d8bcbb3538b0104e9e85bc13aed (diff) | |
download | freebsd-ports-gnome-5f4ee3cac28fa770365836ac6db8d37c7d7e3c24.tar.gz freebsd-ports-gnome-5f4ee3cac28fa770365836ac6db8d37c7d7e3c24.tar.zst freebsd-ports-gnome-5f4ee3cac28fa770365836ac6db8d37c7d7e3c24.zip |
Support stage. Update to new LIB_DEPENDS.
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/xview-clients/pkg-plist | 10 |
2 files changed, 15 insertions, 6 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index ce46bcd90d6a..2bee84e4ef3a 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -20,19 +20,18 @@ CONFLICTS= props-1.0 MAKE_JOBS_UNSAFE= yes PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:patch CONFIGURE_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME} ALL_TARGET= Clients -MAN1= clock.1 cmdtool.1 olwm.1 olwmslave.1 props.1 shelltool.1 \ - textedit.1 -MANCOMPRESSED= yes +.include <bsd.port.pre.mk> + +IMAKECPPFLAGS+= -DXVDestDir=${STAGEDIR}${PREFIX} -NO_STAGE= yes do-install: @cd ${WRKSRC}/clients; ${MAKE} install install.man -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/xview-clients/pkg-plist b/x11-toolkits/xview-clients/pkg-plist index 5f151652969a..137178060b87 100644 --- a/x11-toolkits/xview-clients/pkg-plist +++ b/x11-toolkits/xview-clients/pkg-plist @@ -5,6 +5,16 @@ bin/olwmslave bin/props bin/shelltool bin/textedit +lib/help/clock.info +lib/help/olwm.info +lib/help/props.info lib/help/workspace.info lib/openwin-menu lib/openwin-menu-programs +man/man1/clock.1.gz +man/man1/cmdtool.1.gz +man/man1/olwm.1.gz +man/man1/olwmslave.1.gz +man/man1/props.1.gz +man/man1/shelltool.1.gz +man/man1/textedit.1.gz |