aboutsummaryrefslogblamecommitdiff
path: root/textproc/dadadodo/Makefile
blob: 4aa37dad31a2356ab710fe19cfe35a7f33dea57e (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=	ports@FreeBSD.org
COMMENT=	Text processor which analyses text and generates random sentences

PLIST_FILES=	bin/dadadodo

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

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

.include <bsd.port.mk>