mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b4d2ac42d7
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
33 lines
791 B
Makefile
33 lines
791 B
Makefile
# New ports collection makefile for: green-card
|
|
# Date created: 01 June 2002
|
|
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= green-card
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
MASTER_SITES= http://haskell.org/greencard/downloads/
|
|
PKGNAMEPREFIX= hs-
|
|
DISTNAME= greencard-${GC_VERSION}-src
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A foreign function interface preprocessor for Haskell
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
WRKSRC= ${WRKDIR}/greencard-${GC_VERSION}
|
|
GC_VERSION= 3.01
|
|
GCLIBDIR= ${PREFIX}/lib/greencard-${GC_VERSION}
|
|
PLIST_SUB+= GC_VERSION=${GC_VERSION}
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= FOR_SYSTEM=GHC
|
|
|
|
pre-install:
|
|
${MKDIR} ${GCLIBDIR}/Foreign ${GCLIBDIR}/imports/Foreign
|
|
|
|
.include <bsd.port.mk>
|