mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
e6475c0ce4
soon to be removed from the Tk port module. ok sthen@
42 lines
1003 B
Makefile
42 lines
1003 B
Makefile
COMMENT = generates lists of words given certain information
|
|
|
|
DISTNAME = WordGenerator-1.9
|
|
REVISION = 1
|
|
CATEGORIES = misc education
|
|
|
|
HOMEPAGE = http://billposer.org/Software/WordGenerator.html
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = http://www.arcane-labs.net/download/OpenBSD/ \
|
|
http://billposer.org/Software/Downloads/
|
|
|
|
MODULES = x11/tk
|
|
MODTK_VERSION= 8.5
|
|
|
|
RUN_DEPENDS = devel/tcllib>=1.8 \
|
|
x11/iwidgets
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
PKG_ARCH = *
|
|
|
|
SUBST_VARS = MODTK_BIN
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/WordGenerator.tcl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/WordGenerator.tcl ${PREFIX}/bin/WordGenerator
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wordgenerator
|
|
${INSTALL_DATA} ${WRKSRC}/SampleConfiguration \
|
|
${PREFIX}/share/examples/wordgenerator
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wordgenerator
|
|
${INSTALL_DATA} ${WRKSRC}/README_CONFIGURATION \
|
|
${PREFIX}/share/doc/wordgenerator
|
|
|
|
.include <bsd.port.mk>
|