aboutsummaryrefslogtreecommitdiff
path: root/multimedia/poe/Makefile
blob: 2e86ea058465c1845af58b3f45b19b3f20fca691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    poe
# Date created:         17 Nov 2006
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=	poe
PORTVERSION=	0.5.1
PORTREVISION=	5
CATEGORIES=	multimedia gnustep
MASTER_SITES=	http://www.eskimo.com/~pburns/Poe/files/
DISTNAME=	Poe-${PORTVERSION}

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	A vorbis comment editor for GNUstep

LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis

LICENSE=	GPLv2

USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

PORTSCOUT=	skipv:0.5.2

.include <bsd.port.mk>