1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/epos-devel/Makefile
2005-09-09 06:18:19 +00:00

25 lines
496 B
Makefile

# New ports collection makefile for: epos-devel
# Date created: 3 September 2005
# Whom: martin@matuska.org
#
# $FreeBSD$
#
PORTNAME= epos
PORTVERSION= 2.5.36
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= epos
MAINTAINER= martin@matuska.org
COMMENT= Text-to-Speech system
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>