summaryrefslogblamecommitdiff
path: root/textproc/dadadodo/Makefile
blob: c41f33aa75c9338541f77e4b692cd6864c6c3a0d (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                               
                    



                                            
                                                                                 
 

                   
          
                                                                   




                                                           
# New ports collection makefile for:	dadadodo
# Date created:			May 31, 2001
# Whom:				Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=	dadadodo
PORTVERSION=	1.04
CATEGORIES=	textproc
MASTER_SITES=	http://www.jwz.org/dadadodo/

MAINTAINER=	markp@FreeBSD.org
COMMENT=	Text processor which analyses text and generates random sentences

USE_REINPLACE=	yes

pre-patch:
	${REINPLACE_CMD} -E "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin

.include <bsd.port.mk>