blob: 3ab0fea4d2df82104ca9a434cc4a37c5da0eded4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.3 2012/10/03 21:53:59 wiz Exp $
#
DISTNAME= freehdl-0.0.7
PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://seul.org/~enaroska/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freehdl.seul.org/
COMMENT= VHDL simulator
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl:run pkg-config
INFO_FILES= yes
REPLACE_PERL+= freehdl/gvhdl.in
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.pkg.mk"
|