freebsd-ports/multimedia/poe/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

28 lines
557 B
Makefile

# $FreeBSD$
PORTNAME= poe
PORTVERSION= 0.5.1
PORTREVISION= 8
CATEGORIES= multimedia gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/
DISTNAME= Poe-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= vorbis comment editor for GNUstep
LICENSE= GPLv2
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
PORTSCOUT= skipv:0.5.2
post-patch:
${REINPLACE_CMD} -e 's|-lvorbisfile$$|-lvorbisfile -logg|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>