developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
26 lines
748 B
Makefile
26 lines
748 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:49 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libggiwmh-0.2.1.src
|
|
PKGNAME= ${DISTNAME:S/.src//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggi/} \
|
|
http://www.ggi-project.org/ftp/ggi/v2.1/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ggi-project.org/packages/libggiwmh.html
|
|
COMMENT= Windows Manager hints library for GGI
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
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/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|