blob: 62e35a71b7d936924d50d9d79509ba4a13e8c1aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= seq2
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/bf
MAINTAINER= ports@FreeBSD.org
COMMENT= Clone of the UNIX(tm) program called seq
LICENSE= GPLv2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_SCRIPT= configure.1
PLIST_FILES= bin/seq2 share/man/man1/seq2.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|