f1d4582b26
* Download bandwidth limitation * Detachable windows * etc.
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/03/28 02:35:37 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= lopster-0.9.8
|
|
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"
|