summaryrefslogtreecommitdiff
path: root/audio/espeak
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 22:32:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 22:32:04 +0000
commit57e9c7cfdbf8a0d7fe8f52f5d7c65542197459c1 (patch)
treeeaab74fb06dbf5f01129ef51e0fc7f6593396f8e /audio/espeak
parentRemove useless over inclusion bsd.port.mk (diff)
Reduce over inclusion of bsd.port.mk
Notes
Notes: svn path=/head/; revision=339834
Diffstat (limited to 'audio/espeak')
-rw-r--r--audio/espeak/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile
index 93f4b04dd155..7679d4fb3406 100644
--- a/audio/espeak/Makefile
+++ b/audio/espeak/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= nivit@FreeBSD.org
-COMMENT= A software speech synthesizer
+COMMENT= Software speech synthesizer
LICENSE= GPLv3
@@ -44,6 +44,8 @@ INSTALL_WRKSRC= ${WRKSRC}/src
REINPLACE_FILES= Makefile speech.h
REINPLACE_ARGS= -i.bak -e "s|%%DATADIR%%|${DATADIR}|g"
+BROKEN_sparc64= Does not compile on sparc64
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRUNTIME}
@@ -67,10 +69,4 @@ post-install:
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>