mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3db887160e
This plist generator was pulling deprecated syntaxes
23 lines
440 B
Makefile
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>
|