2000-10-19 09:01:32 +02:00
|
|
|
# New ports collection makefile for: lopster
|
|
|
|
# Date created: 19 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lopster
|
2003-04-15 13:48:05 +02:00
|
|
|
PORTVERSION= 1.2.0
|
|
|
|
PORTREVISION= 0
|
2000-10-19 09:01:32 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= roman@xpert.com
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= GTK+ client for Napster
|
2000-10-19 09:01:32 +02:00
|
|
|
|
2002-08-01 18:22:41 +02:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2001-05-30 17:33:32 +02:00
|
|
|
|
2000-10-19 09:01:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-10-19 09:01:32 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-04-15 13:48:05 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
CONFIGURE_ARGS= --with-pthread=yes --with-zlib=yes
|
2001-05-30 17:33:32 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
2000-10-19 09:01:32 +02:00
|
|
|
|
2003-04-15 13:48:05 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
|
|
|
2000-10-19 09:01:32 +02:00
|
|
|
.include <bsd.port.mk>
|