ad1d3244a1
underapproximation (doesn't match some of the newer variants) and possibly an overapproxmation (matches "GNUkFreeBSD", which most likely won't work)... write it out instead. Also, this way if we ever get canned infrastructure support for this list, grep will find this case.
28 lines
781 B
Makefile
28 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.27 2015/07/12 06:06:14 dholland Exp $
|
|
|
|
DISTNAME= gtk_wicontrol-0.17
|
|
PKGREVISION= 6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.izawa.org/software/gtk_wicontrol/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.izawa.org/software/gtk_wicontrol/
|
|
COMMENT= GTK+-based Wavelan status meter
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* MirBSD-*-* Bitrig-*-* \
|
|
FreeBSD-*-* DragonFly-*-*
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake msgfmt
|
|
|
|
INSTALL_MAKE_FLAGS+= AM_INSTALL_PROGRAM_FLAGS=
|
|
|
|
SPECIAL_PERMS+= bin/gtk_wicontrol ${SETUID_ROOT_PERMS}
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|