summaryrefslogtreecommitdiff
path: root/devel/cvsup-gui/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-06 00:11:02 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-06 00:11:02 +0000
commitc9e74040ea23d3ca3c2a1e76fbc0cc248bf3541d (patch)
treea76444207dda27efd3a87be86c42b3f8fc33e644 /devel/cvsup-gui/Makefile
parent255587972e6519c1099e5d6a98f32be7bb64d17c (diff)
downloadpkgsrc-c9e74040ea23d3ca3c2a1e76fbc0cc248bf3541d.tar.gz
CVSup with X11 gui support built from sources via lang/ezm3, if you want to
use the binary install devel/cvsup-gui-bin instead.
Diffstat (limited to 'devel/cvsup-gui/Makefile')
-rw-r--r--devel/cvsup-gui/Makefile24
1 files changed, 5 insertions, 19 deletions
diff --git a/devel/cvsup-gui/Makefile b/devel/cvsup-gui/Makefile
index 9e4464f0c9a..07adaabeb7d 100644
--- a/devel/cvsup-gui/Makefile
+++ b/devel/cvsup-gui/Makefile
@@ -1,25 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2004/01/05 04:41:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/06 00:11:02 xtraeme Exp $
-DISTNAME= cvsup-gui-static-16.1.h
-PKGNAME= ${DISTNAME:C/-static//}
-WRKSRC= ${WRKDIR}
-CATEGORIES= devel
-MASTER_SITES= http://motoyuki.bsdclub.org/data/NetBSD/CVSup/i386/
-EXTRACT_SUFX= .tgz
+.include "${.CURDIR}/../../devel/cvsup/Makefile.common"
-MAINTAINER= motoyuki@bsdclub.org
-HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/
-COMMENT= cvsup GUI client
+PKGNAME= cvsup-gui-16.1.h
-DEPENDS+= cvsup-[0-9]*:../../devel/cvsup
+USE_X11= YES
-NO_CONFIGURE= yes
-NO_BUILD= yes
-DIST_SUBDIR= cvsup-${MACHINE_ARCH}-${OS_VERSION:C/(...).*/\1/}
-
-ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/cvsup ${PREFIX}/bin/cvsup-gui
+CONFLICTS= cvsup-[0-9]*
.include "../../mk/bsd.pkg.mk"