SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/tkdiff/Makefile
Normal file
28
devel/tkdiff/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue