1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/genproto/Makefile
Ying-Chieh Liao 9b40f53152 add genproto 0.3
Generates prototypes from C/C++ code
2004-06-29 01:11:31 +00:00

29 lines
530 B
Makefile

# ex:ts=8
# Ports collection makefile for: genproto
# Date created: Jun 29, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= genproto
PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= http://freequaos.host.sk/genproto/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates prototypes from C/C++ code
USE_REINPLACE= yes
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>