20 lines
338 B
Makefile
20 lines
338 B
Makefile
PORTNAME= l2a
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://hannemyr.com/enjoy/
|
|
DISTNAME= l2a
|
|
|
|
MAINTAINER= jflemer@alum.rpi.edu
|
|
COMMENT= LaTeX to ASCII converter
|
|
WWW= https://hannemyr.com/enjoy/l2a.html
|
|
|
|
USES= zip
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/l2a \
|
|
share/man/man1/l2a.1.gz
|
|
|
|
.include <bsd.port.mk>
|