freebsd-ports/textproc/y2l/Makefile
William Grzybowski 27e8fd72fb textproc/y2l: update to 1.2
- Update to 1.2 [1]
- Trim Makefile header [1]
- Pass maintainership to submitter
- Unmute install commands

PR:		ports/179683 [1]
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-19 13:00:10 +00:00

21 lines
415 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= y2l
PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= danilogondolfo@gmail.com
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>