SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

28
devel/tkdiff/Makefile Normal file
View file

@ -0,0 +1,28 @@
COMMENT= graphical front-end to the diff program
DISTNAME= tkdiff-4.2
REVISION = 2
CATEGORIES= devel sysutils
HOMEPAGE= http://tkdiff.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkdiff/}
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
NO_BUILD= Yes
NO_TEST= Yes
WRKDIST= ${WRKDIR}/tkdiff-unix
do-configure:
@${MODTCL_WISH_ADJ} ${WRKSRC}/tkdiff
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
.include <bsd.port.mk>