aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/y2l/Makefile
blob: f3371e88f04a89796c465dbe785cfd164242761b (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=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ijliao@FreeBSD.org
COMMENT=    Yacc-to-Latex pretty printer/convertor

NO_BUILD=   yes

MAN1=   y2l.1

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

.include <bsd.port.mk>