aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/y2l/Makefile
blob: 15f6dc03c04c3fa7be6aefd97517d49c86cd6e2e (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
# ex:ts=8
# New ports collection makefile for:    y2l
# Date created:         Feb 6, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   y2l
PORTVERSION=    1.1
CATEGORIES= textproc
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Yacc-to-Latex pretty printer/converter

NO_BUILD=   yes

MAN1=       y2l.1
PLIST_FILES=    bin/y2l

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1

.include <bsd.port.mk>