2006-11-17 04:34:45 +01:00
|
|
|
# New ports collection makefile for: poe
|
|
|
|
# Date created: 17 Nov 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= poe
|
|
|
|
PORTVERSION= 0.5.1
|
2010-06-06 22:44:03 +02:00
|
|
|
PORTREVISION= 5
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= multimedia gnustep
|
2006-11-17 04:34:45 +01:00
|
|
|
MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/
|
|
|
|
DISTNAME= Poe-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= A vorbis comment editor for GNUstep
|
|
|
|
|
2007-07-28 14:27:31 +02:00
|
|
|
LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
|
2006-11-17 04:34:45 +01:00
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-11-17 04:34:45 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
2007-06-26 20:56:05 +02:00
|
|
|
PORTSCOUT= skipv:0.5.2
|
|
|
|
|
2012-02-07 05:37:04 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|-lvorbisfile$$|-lvorbisfile -logg|' \
|
|
|
|
${WRKSRC}/GNUmakefile
|
|
|
|
|
2006-11-17 04:34:45 +01:00
|
|
|
.include <bsd.port.mk>
|