1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/misc/seq2/Makefile

27 lines
437 B
Makefile

# Created by: osa
# $FreeBSD$
PORTNAME= seq2
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/bf
MAINTAINER= bf@FreeBSD.org
COMMENT= A clone of the UNIX(tm) program called seq
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.1
MAN1= seq2.1
PLIST_FILES= bin/seq2
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>