mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
089254b602
PR: 111851 Submitted by: araujo at bsdmail.org Approved by: leeym
29 lines
690 B
Makefile
29 lines
690 B
Makefile
# New ports collection makefile for: gflags
|
|
# Date created: 19 December 2006
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gflags
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://google-gflags.googlecode.com/files/
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Commandline flags module for C++
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README gflags.html
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
|
|
.if defined(NOPORTDOCS)
|
|
${REINPLACE_CMD} -e '/^install/s/ install-dist_docDATA//' ${WRKSRC}/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|