mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
26 lines
454 B
Makefile
26 lines
454 B
Makefile
# Created by: Dima Sivachenko <dima@chg.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vera
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= vera
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Virtual Entity of Relevant Acronyms
|
|
|
|
LICENSE= GFDL
|
|
|
|
USES= makeinfo
|
|
|
|
INFO= vera
|
|
|
|
do-build:
|
|
(cd ${WRKSRC} && makeinfo --force --no-split vera.texi)
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/vera.info ${STAGEDIR}${PREFIX}/info
|
|
|
|
.include <bsd.port.mk>
|