2003-10-31 14:51:08 +00:00
|
|
|
# New ports collection makefile for: seq2
|
|
|
|
# Date created: 31 Oct 2003
|
|
|
|
# Whom: osa
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= seq2
|
|
|
|
PORTVERSION= 0.2
|
2006-09-14 18:40:27 +00:00
|
|
|
PORTREVISION= 1
|
2003-10-31 14:51:08 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.referee.at/unix/
|
|
|
|
|
2006-09-14 19:02:05 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-31 14:51:08 +00:00
|
|
|
COMMENT= A clone of the UNIX(tm) program called seq
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= configure.1
|
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
MAN1= seq2.1
|
|
|
|
PLIST_FILES= bin/seq2
|
2003-10-31 14:51:08 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|