1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/vera/Makefile
Dmitry Sivachenko 2514bdf28c Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
2000-11-13 12:45:40 +00:00

26 lines
489 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.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= vera
MAINTAINER= demon@FreeBSD.org
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 <bsd.port.mk>