openbsd-ports/devel/gflags/Makefile

29 lines
689 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:45:15 ajacoutot Exp $
2009-09-24 15:51:44 -04:00
# Original from: auclair.vincent
COMMENT = c++ commandline flags processing library
DISTNAME = gflags-1.2
2011-11-04 05:18:43 -04:00
REVISION = 1
2009-09-24 15:51:44 -04:00
SHARED_LIBS += gflags 0.0 # .0.0
SHARED_LIBS += gflags_nothreads 0.0 # .0.0
2009-09-24 15:51:44 -04:00
CATEGORIES = devel
HOMEPAGE = http://code.google.com/p/google-gflags/
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
2009-09-24 15:51:44 -04:00
# New BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://google-gflags.googlecode.com/files/
2011-11-04 05:18:43 -04:00
WANTLIB = pthread m stdc++
2009-09-24 15:51:44 -04:00
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
MAKE_FLAGS = docdir='$$(prefix)/share/doc/gflags'
.include <bsd.port.mk>