add pthread to WANTLIB

some minor whitespace prettyfication

ok ajacoutot@
This commit is contained in:
phessler 2009-10-10 13:36:14 +00:00
parent f88d556dc6
commit 083abfdf83

View File

@ -1,18 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/24 19:51:44 espie Exp $
# $OpenBSD: Makefile,v 1.2 2009/10/10 13:36:14 phessler Exp $
# Original from: auclair.vincent
COMMENT = c++ commandline flags processing library
DISTNAME = gflags-1.2
PKGNAME = ${DISTNAME}p0
SHARED_LIBS += gflags 0.0 # .0.0
SHARED_LIBS += gflags_nothreads 0.0 # .0.0
SHARED_LIBS += gflags 0.0 # .0.0
SHARED_LIBS += gflags_nothreads 0.0 # .0.0
CATEGORIES = devel
HOMEPAGE = http://code.google.com/p/google-gflags/
MAINTAINER= Vincent Auclair <auclair.vincent@gmail.com>
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
# New BSD
PERMIT_PACKAGE_CDROM = Yes
@ -22,6 +23,7 @@ PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://google-gflags.googlecode.com/files/
WANTLIB = pthread
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}