7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
30 lines
829 B
Makefile
30 lines
829 B
Makefile
# $NetBSD: Makefile,v 1.38 2014/05/29 23:35:35 wiz Exp $
|
|
|
|
DISTNAME= gcvs-1.0
|
|
PKGREVISION= 10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsgui/}
|
|
# extra distfile containing an updated configure script
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gcvs-1.0-configure.tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cvsgui.sourceforge.net/
|
|
COMMENT= GTK interface for CVS
|
|
|
|
CONFLICTS= cvs-[0-9]*
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake makeinfo perl:run
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_PREFIX.tcl}/include"
|
|
CONFIGURE_ARGS+= --with-tcllib="${BUILDLINK_PREFIX.tcl}/lib"
|
|
CONFIGURE_ARGS+= perl_path=${PERL5}
|
|
|
|
CPPFLAGS+= -DUSE_INTERP_RESULT
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|