1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/epos-devel/Makefile
Martin Wilke 6df5d34fb0 Update to 2.5.37
PR:		ports/98357
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-12 14:27:10 +00:00

24 lines
477 B
Makefile

# New ports collection makefile for: epos-devel
# Date created: 3 September 2005
# Whom: martin@matuska.org
#
# $FreeBSD$
#
PORTNAME= epos
PORTVERSION= 2.5.37
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
post-patch:
${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>