diff options
Diffstat (limited to 'graphics/hs-svgcairo/Makefile')
-rw-r--r-- | graphics/hs-svgcairo/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile deleted file mode 100644 index bf6d08b6e297..000000000000 --- a/graphics/hs-svgcairo/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= svgcairo -PORTVERSION= 0.13.1.1 -PORTREVISION= 4 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the libsvg-cairo library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= cairo glib mtl -USE_GNOME= librsvg2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |