1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/vera/Makefile
Dmitry Sivachenko dec41e2c68 Update to version 1.17.
PR:		158364
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2011-06-28 12:58:34 +00:00

27 lines
495 B
Makefile

# New ports collection makefile for: V.E.R.A.
# Date created: 9 March 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
PORTNAME= vera
PORTVERSION= 1.17
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= vera
MAINTAINER= demon@FreeBSD.org
COMMENT= Virtual Entity of Relevant Acronyms
INFO= vera
LICENSE= GFDL
do-build:
@ cd ${WRKSRC} && makeinfo --no-split vera.texi
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/vera.info ${PREFIX}/info
.include <bsd.port.mk>