aboutsummaryrefslogtreecommitdiffstats
path: root/misc/vera/Makefile
blob: f1b8a42c06f44580c76db0c381e2be3957936c2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>