mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
137782f0af
PR: ports/85703 Submitted by: martin@matuska.org
25 lines
496 B
Makefile
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>
|