mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c021e20ce5
While here, fix a patch, add some missing deps and clean up
32 lines
683 B
Makefile
32 lines
683 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|