2005-09-09 08:18:19 +02:00
|
|
|
# New ports collection makefile for: epos-devel
|
|
|
|
# Date created: 3 September 2005
|
2007-04-05 15:19:09 +02:00
|
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
2005-09-09 08:18:19 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= epos
|
2006-06-12 16:27:10 +02:00
|
|
|
PORTVERSION= 2.5.37
|
2005-09-09 08:18:19 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= epos
|
|
|
|
|
2007-04-05 15:19:09 +02:00
|
|
|
MAINTAINER= mm@FreeBSD.org
|
2005-09-09 08:18:19 +02:00
|
|
|
COMMENT= Text-to-Speech system
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|