pkgsrc/misc/vera/Makefile
hubertf 62623d9149 Add vera-1.6: Virtual Entity of Relevant Acronyms
V.E.R.A. is a free list of acronyms all of which are used in the field of
computing. It contains approximately 7592 acronyms.

Submitted by Tomasz Luchowski <zuntum@eik.pl in PR 11982
2001-01-18 01:15:53 +00:00

20 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/01/18 01:15:53 hubertf Exp $
# FreeBSD Id: ports/misc/vera/Makefile,v 1.7 2000/11/13 12:44:18 demon Exp
DISTNAME= vera-1.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU:=vera/}
MAINTAINER= zuntum@eik.pl
HOMEPAGE= http://userpage.fu-berlin.de/~oheiabbd/vera-e.html
do-build:
cd ${WRKSRC} && makeinfo vera.texi
do-install:
${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/info
post-install:
install-info ${PREFIX}/info/vera.info ${PREFIX}/info/dir
.include "../../mk/bsd.pkg.mk"