mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
ec29a59ec3
ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports.
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# New ports collection makefile for: zlib
|
|
# Date created: November 2, 2008
|
|
# Whom: Samy Al Bahra <sbahra@kerneled.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zlib
|
|
PORTVERSION= 0.5.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Pure Haskell interface to the C zlib library
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|