blob: 5d0818720ed1cabe66b0ba241dee496dab6e5f39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.9 2000/10/15 21:53:12 tron Exp $
#
DISTNAME= gnapster-1.3.12
CATEGORIES= net
MASTER_SITES= http://www.faradic.net/~jasta/files/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.faradic.net/~jasta/programs.html
DEPENDS+= gnome-core-*:../../x11/gnome-core
USE_X11BASE= YES
USE_GMAKE= YES
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
CPPFLAGS+= -DUSE_IMLIB=1
.include "../../mk/bsd.pkg.mk"
|