aboutsummaryrefslogblamecommitdiff
path: root/print/lout/Makefile
blob: 5b1db881e22b9b4eaf42f91e036f3959478e400a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                         


                                      
           

 
                    
                    
                     
                                         
                                                   
                                    
 
                                 
                                                                              


                        
                             




                                  
 
                                 
 
                      
# New ports collection makefile for: lout
# Date created:      10/22/96
# Whom:              oly@world.std.com
#
# $FreeBSD$
#

PORTNAME=	lout
PORTVERSION=	3.28
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_TEX_CTAN} \
		ftp://ftp.it.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR=	support/lout

MAINTAINER=	ports@FreeBSD.org
COMMENT=	LaTeX like document creation system with PostScript/PDF output

USE_GMAKE=	yes
MAKEFILE=	makefile
ALL_TARGET=	lout prg2lout
INSTALL_TARGET=	install installman

.if !defined(NOPORTDOCS)
INSTALL_TARGET+=installdoc
.endif

MAN1=		prg2lout.1 lout.1

.include <bsd.port.mk>