blob: e67a6906ed8742b3952c5eb2a8d8372a180908ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: lon_kamikaze@gmx.de
# $FreeBSD$
PORTNAME= freehdl
PORTVERSION= 0.0.7
PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://freehdl.seul.org/~enaroska/
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Free VHDL simulator
USES= gmake pathfix libtool makeinfo perl5 pkgconfig
USE_LDCONFIG= yes
USE_GCC= any
GNU_CONFIGURE= yes
CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE}
INSTALL_TARGET= install-strip
INFO= fire
.include <bsd.port.mk>
|