aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-gdchart/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 16:56:41 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 16:56:41 +0800
commit0ac0c824c55f9524c6bc08e422affb4578cb1774 (patch)
tree7c7a2d98554382cfac2b6be6472c03d7ec5a3ab3 /graphics/py-gdchart/Makefile
parent96aa7e72669aa32f8e402d802add6c7d9064c609 (diff)
downloadfreebsd-ports-graphics-0ac0c824c55f9524c6bc08e422affb4578cb1774.tar.gz
freebsd-ports-graphics-0ac0c824c55f9524c6bc08e422affb4578cb1774.tar.zst
freebsd-ports-graphics-0ac0c824c55f9524c6bc08e422affb4578cb1774.zip
Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available 2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available 2011-05-01 graphics/dore: Upstream disapear and distfile is no more available 2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available 2011-05-01 graphics/geist: Upstream disapear and distfile is no more available 2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available 2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin 2011-05-01 graphics/glean: Upstream disapear and distfile is no more available 2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available 2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available 2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available 2011-05-01 graphics/gview: Upstream disapear and distfile is no more available 2011-05-01 graphics/icod: Upstream disapear and distfile is no more available 2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available 2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available 2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available 2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available 2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available 2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available 2011-05-01 graphics/robot: Upstream disapear and distfile is no more available 2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available 2011-05-01 graphics/sced: Upstream disapear and distfile is no more available 2011-05-01 graphics/shim: Upstream disapear and distfile is no more available 2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available 2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available 2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available 2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available 2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available 2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available 2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
Diffstat (limited to 'graphics/py-gdchart/Makefile')
-rw-r--r--graphics/py-gdchart/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
deleted file mode 100644
index 5ef6862877f..00000000000
--- a/graphics/py-gdchart/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: py-gdchart
-# Date created: 18 June 2001
-# Whom: Hye-Shik Chang <perky@python.or.kr>
-#
-# $FreeBSD$
-
-PORTNAME= gdchart
-PORTVERSION= 0.6.1
-PORTREVISION= 6
-CATEGORIES= graphics python
-MASTER_SITES= http://www.nullcube.com/software/pygdchart/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pygdchart-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python interface to GDChart
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-LIB_DEPENDS= gdc.1:${PORTSDIR}/graphics/gdchart
-
-CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gdchart-2.*
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-EXAMPLE_FILES= test.html test.py
-EXAMPLE_DIR= ${PREFIX}/share/examples/py-gdchart
-
-post-extract:
- ${SED} -e 's,%%PORTVERSION%%,${PORTVERSION},g' \
- -e 's,%%GD_INCLUDE%%,${LOCALBASE}/include/gd,g' \
- -e 's,%%GDCHART_INCLUDE%%,${LOCALBASE}/include,g' \
- -e 's,%%LOCALLIB%%,${LOCALBASE}/lib,g' \
- ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${EXAMPLE_DIR}
-.for file in ${EXAMPLE_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLE_DIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>