# New ports collection makefile for: playgsf # Date created: 10 Jul 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= playgsf PORTVERSION= 0.7.1 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/playgsf/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line player for gsf audio files LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes # disable optimization flags to avoid a possible bug in gcc # (gcc tries to allocate memory in an endless loop) CFLAGS+= -O0 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LIBS="${LDFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" LIBS="${LDFLAGS}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/playgsf # contains x86 assembler ONLY_FOR_ARCHS= i386 PORTSCOUT= skipv:0.7.2 post-patch: @${REINPLACE_CMD} \ -e 's|\(@LDFLAGS@\)|\1 ${LDFLAGS}|' \ -e 's|\([[:space:]]*\).*configure.*|\1@true|' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|^\(CFLAGS="\)\(-DLINUX\)|\1${CFLAGS} \2|' \ ${WRKSRC}/configure post-configure: @(cd ${WRKSRC}/libresample-0.1.3; ./configure ${CONFIGURE_ENV}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin post-install: ${CAT} ${PKGMESSAGE} .include tion value='cinnamon-2.8'>cinnamon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use USES=pathfix where applicable.mat2016-10-211-5/+2
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
* - Strip libraryamdmi32015-02-191-0/+1
* devel/liboil: correction, powerpc is fine, it's broken on powerpc64marino2014-11-151-1/+1
* devel/liboil: mark broken on powerpcmarino2014-11-141-0/+2
* Cleanup plistbapt2014-10-271-5/+0
* - Clarify LICENSEamdmi32014-09-102-4/+4
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+2
* Convert to USES=libtoolbapt2014-03-03