openbsd-ports/devel/gflags/Makefile

33 lines
775 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:45:58 espie Exp $
2009-09-24 15:51:44 -04:00
# Original from: auclair.vincent
COMMENT = c++ commandline flags processing library
DISTNAME = gflags-1.2
2010-11-15 14:45:56 -05:00
REVISION = 0
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/
WANTLIB = pthread
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>