blob: 7914fd064406870edf48300ce831623c8b28e01d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= y2l
PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= Yacc-to-Latex pretty printer/converter
NO_BUILD= yes
PLIST_FILES= bin/y2l man/man1/y2l.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/y2l ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${MANPREFIX}/man/man1/y2l.1
.include <bsd.port.mk>
|