27e8fd72fb
- 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)
21 lines
415 B
Makefile
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>
|