freebsd-ports/cad/tkgate/Makefile
Tobias Kortkamp 6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00

30 lines
675 B
Makefile

PORTNAME= tkgate
PORTVERSION= 2.1
CATEGORIES= cad
MASTER_SITES= http://cdn.bitbucket.org/starling13/tkgate/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Event driven digital circuit simulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= autoreconf gnome iconv:translit libtool pkgconfig tk xorg
USE_XORG= x11 xft
USE_GNOME= pango
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|%%TCL_VER%%|${TCL_VER}|g; \
s|%%TCL_INCLUDEDIR%%|${TCL_INCLUDEDIR}|g; \
s|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/configure.ac
.include <bsd.port.mk>