blob: 8f48aa4830cf5addee8e61a1593d20e33417d3d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.3 2000/01/10 19:11:09 hubertf Exp $
#
DISTNAME= quicklist-0.8.2
CATEGORIES= misc x11
MASTER_SITES= ftp://ftp.quicklist.org/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.quicklist.org/
DEPENDS+= gettext-0.10.*:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
USE_X11BASE= yes
CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"
|