blob: d1d9e21e58f7f73dfd3c2400c185db03d9bb3810 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: lightning
# Date created: May 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= lightning
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= stas@FreeBSD.org
COMMENT= Generates assembly language code at run-time
ONLY_FOR_ARCHS= i386 sparc64 powerpc
GNU_CONFIGURE= yes
USE_GNOME= gnometarget
MAN1= lightningize.1
INFO= lightning
.include <bsd.port.mk>
|