aboutsummaryrefslogblamecommitdiff
path: root/math/aamath/Makefile
blob: 75dc582b7fb1832a5cfbe133aadcf66804002956 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                                                                         





                      
                 


                                                
                                 
                                                               

                                     
                   




                               


                                                                
                      
# New ports collection makefile for:	aamath
# Date created:				2005-06-23
# Whom:				Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#

PORTNAME=	aamath
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	math textproc
MASTER_SITES=	http://fuse.superglue.se/aamath/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Renders ASCII art from mathematical expressions

WRKSRC=		${WRKDIR}/${PORTNAME}
MAKE_JOBS_SAFE=	yes

PLIST_FILES+=	bin/${PORTNAME}
MAN1=		aamath.1

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>