freebsd-ports/misc/seq2/Makefile
Rene Ladan a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00

24 lines
429 B
Makefile

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