aboutsummaryrefslogtreecommitdiffstats
path: root/misc/seq2/Makefile
blob: 6e6e331393ddf8eb4ac6ff06df47c550b28d59cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    seq2
# Date created:             31 Oct 2003
# Whom:                 osa
#
# $FreeBSD$
#

PORTNAME=   seq2
PORTVERSION=    0.2
PORTREVISION=   1
CATEGORIES= misc
MASTER_SITES=   http://www.referee.at/unix/

MAINTAINER= ports@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>