aboutsummaryrefslogtreecommitdiff
path: root/lang/libjit/Makefile
blob: 625245da50484c3cc658859f146fdbab97aac0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	libjit
# Date created:		2004-04-27
# Whom:			michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=	libjit
PORTVERSION=	0.0.2
CATEGORIES=	lang
MASTER_SITES=	http://www.southern-storm.com.au/download/

MAINTAINER=	ahze@ahze.net
COMMENT=	Libjit implements Just-In-Time compilation functionality

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
INFO=		libjit
MAN3=		libjit.3
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>