1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/genproto/Makefile
2014-02-18 10:00:55 +00:00

22 lines
439 B
Makefile

# Created by: 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 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>