openbsd-ports/devel/gflags/Makefile

33 lines
785 B
Makefile
Raw Normal View History

2011-11-04 05:18:43 -04:00
# $OpenBSD: Makefile,v 1.4 2011/11/04 09:18:43 jasper 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = 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
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
MAKE_FLAGS = docdir='$$(prefix)/share/doc/gflags'
.include <bsd.port.mk>