aboutsummaryrefslogtreecommitdiffstats
path: root/devel/genproto/Makefile
blob: e1d08c6b9e92bbfcec302c93e3e2a4b81d04d35c (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
# ex:ts=8
# Ports collection makefile for:    genproto
# Date created:         Jun 29, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   genproto
PORTVERSION=    0.4.1
CATEGORIES= devel
MASTER_SITES=   http://freequaos.host.sk/genproto/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Generates prototypes from C/C++ code

PLIST_FILES=    bin/genproto

post-patch:
    @${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \
        ${WRKSRC}/Makefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/genproto ${PREFIX}/bin

.include <bsd.port.mk>