blob: 0b63a153e2c668877f445e109e46b46847b71b5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libjit
# Date created: 2004-04-27
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= libjit
PORTVERSION= 0.0.0f
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
.include <bsd.port.mk>
|