freebsd-ports/misc/seq2/Makefile
Sergey A. Osokin 48b0134dbf Add a clone of the UNIX(tm) program called seq.
Spotted by:	Sergey Pinaev (dfo@antex.ru)
2003-10-31 14:51:08 +00:00

26 lines
482 B
Makefile

# New ports collection makefile for: seq2
# Date created: 31 Oct 2003
# Whom: osa
#
# $FreeBSD$
#
PORTNAME= seq2
PORTVERSION= 0.2
CATEGORIES= misc
MASTER_SITES= http://www.referee.at/unix/
MAINTAINER= osa@FreeBSD.org
COMMENT= A clone of the UNIX(tm) program called seq
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.1
MAN1= seq2.1
post-patch:
@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>