c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:55 tv Exp $
|
|
|
|
DISTNAME= libgii-0.8.6.src
|
|
PKGNAME= ${DISTNAME:S/.src//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.ggi-project.org/pub/packages/ggi/ggi/v2.0/ \
|
|
http://www.ggi-project.org/ftp/ggi/v2.0/ \
|
|
${MASTER_SITE_SOURCEFORGE:=ggi/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= hubertf@NetBSD.org
|
|
HOMEPAGE= http://www.ggi-project.org/
|
|
COMMENT= General Input Interface - API for all possible input sources
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGINSTALL= yes
|
|
USE_X11= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-mutexes=int
|
|
CONFIGURE_ARGS+= --with-x
|
|
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
|
|
|
|
PKG_SYSCONFSUBDIR= ggi
|
|
EGDIR= ${PREFIX}/share/examples/ggi
|
|
CONF_FILES= ${EGDIR}/libgii.conf ${PKG_SYSCONFDIR}/libgii.conf
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/filter
|
|
CONF_FILES+= ${EGDIR}/filter/keytrans ${PKG_SYSCONFDIR}/filter/keytrans
|
|
CONF_FILES+= ${EGDIR}/filter/mouse ${PKG_SYSCONFDIR}/filter/mouse
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|