1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/textproc/y2l/Makefile
Mark Linimon d46c2efac2 Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.

Hat:		portmgr
2010-12-28 06:31:49 +00:00

27 lines
492 B
Makefile

# 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/convertor
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>