summaryrefslogtreecommitdiff
path: root/audio/rsynth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r--audio/rsynth/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile
deleted file mode 100644
index 4b052a2ca71..00000000000
--- a/audio/rsynth/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2007/01/26 21:49:45 joerg Exp $
-
-DISTNAME= rsynth-2.0
-PKGREVISION= 2
-CATEGORIES= audio
-MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ \
- ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/dictionaries/cmudict/
-DISTFILES= rsynth-2.0.tar.gz ${DICT_FILES}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/FAQ-complete
-COMMENT= Public Domain Speech Synthesis System
-
-DICT_FILES+= README cmudict.0.4.Z cmulex.0.4.Z phoneset.0.4
-EXTRACT_ONLY= rsynth-2.0.tar.gz
-
-DIST_SUBDIR= rsynth
-GNU_CONFIGURE= YES
-CONFIGURE_HAS_MANDIR= NO
-
-CONFIGURE_ARGS+=--with-aDict="${WRKDIR}/cmudict.0.4"
-CONFIGURE_ARGS+=--without-bDict
-CONFIGURE_ENV+= ac_cv_lib_audio=yes XLIBS=-lXt
-
-pre-configure:
- ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/cmudict.0.4.Z > ${WRKDIR}/cmudict.0.4
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/rsynth/
- cd ${DISTDIR}/${DIST_SUBDIR} && \
- ${INSTALL_DATA} ${DICT_FILES} ${PREFIX}/share/rsynth/
-
-.include "../../audio/nas/buildlink3.mk"
-.include "../../databases/gdbm/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"