pkgsrc/misc/latin-words-bin/Makefile
wiz 601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00

42 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2007/02/22 19:26:49 wiz Exp $
#
DISTNAME= words-1.97-linux
PKGNAME= latin-words-bin-1.97
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://petrus.thomasaquinas.edu/pub/linux/words/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://users.erols.com/whitaker/wordslux.htm
COMMENT= Latin-to-English dictionary program (Linux binary)
WRKSRC= ${WRKDIR}/words-1.97
NO_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
.endif
INSTALLATION_DIRS= bin libexec
do-build:
${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/latin-words.sh \
> ${WRKSRC}/latin-words
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/latin-words ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/words ${PREFIX}/libexec/latin-words
${INSTALL_DATA_DIR} ${PREFIX}/libdata/latin-words
.for f in ADDONS.LAT DICTFILE.GEN INDXFILE.GEN INFLECTS.SEC \
STEMFILE.GEN UNIQUES.LAT
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/latin-words
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latin-words
.for f in README wordsdoc.html wordsdoc.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/latin-words
.endfor
.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"