summaryrefslogtreecommitdiff
path: root/audio/epos-devel/Makefile
blob: cf475769f7daeaea3e9b2f1a632a70bfdb087083 (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
# New ports collection makefile for:    epos-devel
# Date created:         3 September 2005
# Whom:                 Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	epos
PORTVERSION=	2.5.37
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	epos

MAINTAINER=	mm@FreeBSD.org
COMMENT=	Text-to-Speech system

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
MAKE_JOBS_SAFE=	yes

post-patch:
	${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>