freebsd-ports/devel/checkheaders/Makefile
Rene Ladan a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00

22 lines
399 B
Makefile

# Created by: bf <bf@FreeBSD.org>
# $FreeBSD$
PORTNAME= checkheaders
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Checks headers in C/C++ programs
USES= gmake zip
MAKE_ARGS= CXX="${CXX}"
PLIST_FILES= bin/${PORTNAME}
LICENSE= GPLv3
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>