freebsd-ports/audio/epos-devel/Makefile

23 lines
500 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= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}
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>