mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2514bdf28c
I am now at FreeBSD dot org Approved by: sobomax
26 lines
489 B
Makefile
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>
|