aboutsummaryrefslogtreecommitdiff
path: root/graphics/svg2swf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/svg2swf/Makefile')
-rw-r--r--graphics/svg2swf/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile
deleted file mode 100644
index c2a13446025c..000000000000
--- a/graphics/svg2swf/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= svg2swf
-PORTVERSION= 0.1.3
-PORTREVISION= 2
-CATEGORIES= graphics python
-MASTER_SITES= http://robla.net/1996/svg2swf/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Convert an SVG file into a Macromedia Flash (swf) file
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \
- ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming
-
-DEPRECATED= Unmaintained since 2001
-EXPIRATION_DATE= 2014-04-12
-PLIST_FILES= bin/svg2swf
-USE_PYTHON= yes
-NO_BUILD= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_VERSION} == "python1.5"
-PACKAGE_DIR= xml
-.else
-PACKAGE_DIR= _xmlplus
-.endif
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
-
-post-patch:
- @${REINPLACE_CMD} -e "s,/usr/bin/python,${PYTHON_CMD},g" ${WRKSRC}/svg2swf
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/svg2swf ${PREFIX}/bin
-
-.include <bsd.port.post.mk>