diff options
Diffstat (limited to 'graphics/svgviewer/Makefile')
-rw-r--r-- | graphics/svgviewer/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/svgviewer/Makefile b/graphics/svgviewer/Makefile deleted file mode 100644 index 5d6c8d2a0da1..000000000000 --- a/graphics/svgviewer/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= svgviewer -PORTVERSION= 0.2.0 -PORTREVISION= 6 -CATEGORIES= graphics gnustep -MASTER_SITES= http://gnu.ethz.ch/debian/svgviewer/ -DISTNAME= SVGViewer-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= SVG Viewer for GNUstep - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -LIB_DEPENDS+= svg.1:${PORTSDIR}/graphics/libsvg -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png - -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes - -.include <bsd.port.mk> |