opnsense-ports/devel/genproto/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 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>