1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/seq2/Makefile
2006-05-10 22:37:39 +00:00

27 lines
486 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
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.1
MAN1= seq2.1
PLIST_FILES= bin/seq2
post-patch:
@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>