fcb7da800b
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
25 lines
667 B
Makefile
25 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/06/01 20:08:01 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-systrace-2002-12-01
|
|
PKGNAME= gtk-systrace-20021201
|
|
PKGREVISION= 3
|
|
CATEGORIES= security x11
|
|
MASTER_SITES= http://www.citi.umich.edu/u/provos/systrace/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.citi.umich.edu/u/provos/systrace/index.html
|
|
COMMENT= GTK interface to systrace(1)
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-[2-9]*
|
|
|
|
WRKSRC= ${WRKDIR}/notification-0.1
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= automake
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && aclocal && autoheader && autoconf && automake -acf
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|