mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
bc9e064f3c
- Switch to options helpers
38 lines
846 B
Makefile
38 lines
846 B
Makefile
# Created by: Roman Shterenzon <roman@xpert.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lopster
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 13
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= SF \
|
|
http://lopster.sourceforge.net/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK+ client for Napster and free alternatives
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
USE_GNOME= gtk12
|
|
CONFIGURE_ARGS= --with-pthread=yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
OPTIONS_DEFINE= FLAC OGG ZLIB
|
|
OPTIONS_DEFAULT= FLAC OGG ZLIB
|
|
|
|
FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac
|
|
FLAC_CONFIGURE_WITH= flac
|
|
OGG_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
|
OGG_CONFIGURE_WITH= ogg
|
|
ZLIB_CONFIGURE_WITH= zlib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s/www.naplist.com/www.gotnap.com/" \
|
|
${WRKSRC}/src/lopster.h
|
|
|
|
.include <bsd.port.mk>
|