mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# 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>
|