# New ports collection makefile for: lopster # Date created: 19 Oct 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= lopster PORTVERSION= 1.2.2 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://lopster.sourceforge.net/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ client for Napster GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_X_PREFIX= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-pthread=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include .if exists(${LOCALBASE}/lib/libogg.so.4) WITH_OGG= yes .endif .if defined(WITH_OGG) LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg .endif .if !defined(WITHOUT_ZLIB) CONFIGURE_ARGS+= --with-zlib=yes .else CONFIGURE_ARGS+= --with-zlib=no .endif pre-everything:: .ifndef WITH_OGG @${ECHO_MSG} "You can specify WITH_OGG to include Ogg support" .endif .ifndef WITHOUT_ZLIB @${ECHO_MSG} "You can specify WITHOUT_ZLIB to disable compression for old servers" .endif post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .include >freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
table class='list nowrap'>
Commit message (Expand)AuthorAgeFilesLines
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Missing a dependency on gawk.lx2008-11-131-0/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Fix autoconf build issue.lx2008-04-281-0/+11
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+3
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Updating with new master site and author info.lx2007-02-192-3/+3
* Add USE_XLIB to fix dependencies after removal of USE_X_PREFIX.lx2007-01-251-0/+1
* Stop using USE_X_PREFIX.lx2007-01-161-2/+1
* - Add mirror sitelx2006-12-012-21/+30
* - Adoptpav2006-05-261-1/+1
* Conversion to a single libtool environment.ade2006-02-231-1/+1
* - Add SHA256pav2005-11-251-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-11