summaryrefslogtreecommitdiff
path: root/net/lopster/Makefile
blob: 10d37b411d3b0ad8fee145538b3110322f1af043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.5 2003/03/15 05:44:41 hubertf Exp $
#

DISTNAME=	lopster-1.2.0
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lopster/}

MAINTAINER=	ad@netbsd.org
HOMEPAGE=	http://lopster.sourceforge.net/
COMMENT=	Yet another Gtk+ Napster clone

DEPENDS+=	glib>=1.2.0:../../devel/glib
DEPENDS+=	gtk+>=1.2.8:../../x11/gtk

USE_X11BASE=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	# defined
USE_INTL=	yes
CC+=		-I${LOCALBASE}/include	# libintl headers

post-extract:
	${RM} -fr ${WRKSRC}/intl

.include "../../mk/bsd.pkg.mk"