a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
516 B
Makefile
20 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/05/31 12:42:57 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xkbset-0.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.math.missouri.edu/~stephen/software/xkbset/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.math.missouri.edu/~stephen/software/#xkbset
|
|
COMMENT= Manages XKB features of the X window system
|
|
|
|
USE_X11BASE= yes
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= xkbset-gui
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|