1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/dadadodo/Makefile
Mark Pulford 2ed1896522 Add dadadodo 1.03,
text processor which analyses text and generates
random sentences.

PR:		27791
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-06-08 04:16:52 +00:00

22 lines
427 B
Makefile

# New ports collection makefile for: dadadodo
# Date created: May 31, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= dadadodo
PORTVERSION= 1.03
CATEGORIES= textproc
MASTER_SITES= http://www.jwz.org/dadadodo/
MAINTAINER= markp@FreeBSD.org
pre-patch:
${PERL} -pi -e "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin
.include <bsd.port.mk>