98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:39:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= freehdl-0.0.7
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|