1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/cad/freehdl/Makefile
Baptiste Daroussin 3db887160e Remove plist generator (we now have make makeplist and make check-plist)
This plist generator was pulling deprecated syntaxes
2015-06-20 16:40:11 +00:00

23 lines
440 B
Makefile

# Created by: lon_kamikaze@gmx.de
# $FreeBSD$
PORTNAME= freehdl
PORTVERSION= 0.0.7
PORTREVISION= 1
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>