1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/y2l/Makefile
Danilo Egea Gondolfo 77e212d775 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	wg (mentor)
2013-09-30 22:48:09 +00:00

21 lines
436 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= y2l
PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= Yacc-to-Latex pretty printer/converter
NO_BUILD= yes
PLIST_FILES= bin/y2l man/man1/y2l.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/y2l ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${MANPREFIX}/man/man1/y2l.1
.include <bsd.port.mk>