diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-09 06:18:19 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-09 06:18:19 +0000 |
commit | 1426deb37f8e183884d09ab25112f3fc002e5755 (patch) | |
tree | b33f882358a656724b212bc4320c3f574b4a4487 /audio/epos-devel/Makefile | |
parent | 1763489f08395ad66349aaecef824eae14baff49 (diff) | |
download | FreeBSD-ports-1426deb37f8e183884d09ab25112f3fc002e5755.zip FreeBSD-ports-1426deb37f8e183884d09ab25112f3fc002e5755.tar.gz |
Add epos-devel 2.5.36, text-to-Speech system.
PR: ports/85703
Submitted by: martin@matuska.org
Diffstat (limited to 'audio/epos-devel/Makefile')
-rw-r--r-- | audio/epos-devel/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/epos-devel/Makefile b/audio/epos-devel/Makefile new file mode 100644 index 0000000..8c190be --- /dev/null +++ b/audio/epos-devel/Makefile @@ -0,0 +1,24 @@ +# 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> |