mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a6bb2f8c5e
Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
25 lines
490 B
Makefile
25 lines
490 B
Makefile
PORTNAME= lout
|
|
PORTVERSION= 3.42.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= kbowling@FreeBSD.org
|
|
COMMENT= LaTeX like document creation system with PostScript/PDF output
|
|
WWW= https://savannah.nongnu.org/projects/lout/
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= cpe ghostscript:run gmake magick:run
|
|
CPE_VENDOR= lout_project
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= william8000
|
|
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= lout prg2lout
|
|
INSTALL_TARGET= install installman installdoc
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|