diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-29 11:27:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-29 11:27:02 +0000 |
commit | 2b4ca39e6d98e24dc5c6c4308e6719bb7a0e6bcc (patch) | |
tree | 825c11f3b6bd2bcb5449cd6ed329f0df3b074330 /x11/xcompmgr/Makefile | |
parent | b03d225603b94c9cdea11843eb7a9b9d2decded9 (diff) | |
download | pkgsrc-2b4ca39e6d98e24dc5c6c4308e6719bb7a0e6bcc.tar.gz |
Update to 1.1.1, patch provided by Robert Lillack PR pkg/28455.
This version support manual tweaking of the shadow appearance.
Diffstat (limited to 'x11/xcompmgr/Makefile')
-rw-r--r-- | x11/xcompmgr/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/x11/xcompmgr/Makefile b/x11/xcompmgr/Makefile index 0d61dbd1d88..d6b04738c4b 100644 --- a/x11/xcompmgr/Makefile +++ b/x11/xcompmgr/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2004/10/08 04:45:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/29 11:27:02 xtraeme Exp $ # -DISTNAME= xcompmgr-cvs-20040914 -PKGNAME= ${DISTNAME:S/-cvs//} -PKGREVISION= 1 +DISTNAME= xcompmgr-1.1.1 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/xtraeme/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://freedesktop.org/xapps/release/ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.freedesktop.org/ COMMENT= Sample compositing manager for X.org >= 6.8.0 -WRKSRC= ${WRKDIR}/${PKGBASE} GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_X11= yes @@ -24,16 +20,8 @@ USE_X11= yes PKG_SKIP_REASON+= "This package is exclusively for X.org." .endif -pre-configure: - cd ${WRKSRC}; \ - ${ACLOCAL}; \ - ${AUTOHEADER}; \ - ${AUTOMAKE} -a --foreign -i; \ - ${AUTOCONF} - .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/Xcomposite/buildlink3.mk" .include "../../x11/Xrender/buildlink3.mk" .include "../../x11/compositeext/buildlink3.mk" -.include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" |