1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/epos-devel/Makefile
Martin Matuska 8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00

24 lines
486 B
Makefile

# 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
post-patch:
${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>