opnsense-ports/textproc/dadadodo/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
467 B
Makefile

# Created by: 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 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>