pkgsrc-wip/libgksuui/Makefile
pancake ;) 0391581e63 Initial import of libgksuui
DESCR:
UI support library for Gksu
2006-01-16 23:12:19 +00:00

25 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 23:12:19 poppnk Exp $
#
DISTNAME= libgksuui1.0-1.0.7
CATEGORIES= sysutils
MASTER_SITES= http://people.debian.org/~kov/gksu/libgksuui1.0/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://people.debian.org/~kov/gksu/libgksuui1.0/
COMMENT= UI Support library for Gksu
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libgksuui/libgksuui1.0.pc.in
SUBST_CLASSES+= nodocs
SUBST_FILES.nodocs= Makefile
SUBST_SED.nodocs = -e 's,docs,,g'
SUBST_STAGE.nodocs = post-configure
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"