1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/dadadodo/Makefile
2006-05-13 04:24:52 +00:00

25 lines
534 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.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>