naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00

28 lines
648 B
Makefile

# $OpenBSD: Makefile,v 1.10 2016/10/01 11:54:15 naddy Exp $
# Original from: auclair.vincent
COMMENT = c++ commandline flags processing library
DISTNAME = gflags-1.2
REVISION = 3
SHARED_LIBS += gflags 0.0 # .0.0
SHARED_LIBS += gflags_nothreads 0.0 # .0.0
CATEGORIES = devel
HOMEPAGE = https://code.google.com/p/google-gflags/
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
# New BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=google-gflags/}
WANTLIB = pthread m stdc++
CONFIGURE_STYLE = gnu
MAKE_FLAGS = docdir='$$(prefix)/share/doc/gflags'
.include <bsd.port.mk>