openbsd-ports/misc/WordGenerator/Makefile
jasper 99c462b4ab Add back homepage/master_sites.
ok benoit@ (MAINTAINER), sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:09:12 +00:00

45 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.8 2010/02/23 20:09:12 jasper Exp $
COMMENT = generates lists of words given certain information
DISTNAME = WordGenerator-1.9
PKGNAME = ${DISTNAME}p1
CATEGORIES = misc education
HOMEPAGE = http://billposer.org/Software/WordGenerator.html
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.arcane-labs.net/download/OpenBSD/ \
http://billposer.org/Software/Downloads/
MODULES = x11/tk
RUN_DEPENDS = :tcllib->=1.8:devel/tcllib \
::x11/iwidgets
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
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>