pkgsrc/databases/quicklist/Makefile
hubertf e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00

20 lines
417 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/03/27 03:19:50 hubertf Exp $
#
DISTNAME= quicklist-0.8.6
CATEGORIES= databases x11
MASTER_SITES= ftp://ftp.quicklist.org/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.quicklist.org/
COMMENT= Simple database like AppleWorks & MS Works
BUILD_USES_MSGFMT= yes
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
USE_LIBINTL= yes
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"