1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/print/lout/Makefile
Felix Palmen a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00

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>