pkgsrc/graphics/libggiwmh/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

27 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:42 jlam Exp $
#
DISTNAME= libggiwmh-0.1.0.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggi/} \
ftp://ftp.ggi-project.org/pub/ggi/extensions/libwmh/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ggi-project.org/packages/libggiwmh.html
COMMENT= Windows Manager hints library for GGI
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR= ggi
EGDIR= ${PREFIX}/share/examples/libggiwmh
CONF_FILES= ${EGDIR}/libggiwmh.conf ${PKG_SYSCONFDIR}/libggiwmh.conf
.include "../../graphics/libggi/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"