opnsense-ports/misc/seq2/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
426 B
Makefile

# Created by: osa
# $FreeBSD$
PORTNAME= seq2
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/bf
MAINTAINER= bf@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>