pkgsrc/cad/freehdl/Makefile

21 lines
432 B
Makefile
Raw Normal View History

2019-08-11 15:17:48 +02:00
# $NetBSD: Makefile,v 1.10 2019/08/11 13:18:01 wiz Exp $
#
DISTNAME= freehdl-0.0.7
2019-08-11 15:17:48 +02:00
PKGREVISION= 7
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++
2010-01-31 22:15:25 +01:00
USE_TOOLS+= gmake perl:run pkg-config
INFO_FILES= yes
REPLACE_PERL+= freehdl/gvhdl.in
.include "../../mk/bsd.pkg.mk"