openbsd-ports/devel/protobuf-c/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

36 lines
721 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/03/29 13:38:30 sthen Exp $
COMMENT = c protocol buffers
DISTNAME = protobuf-c-0.15
SHARED_LIBS = protobuf-c 0.0 # 0.0
CATEGORIES = devel
HOMEPAGE = http://protobuf-c.googlecode.com/
MASTER_SITES = ${HOMEPAGE}/files/
MAINTAINER = Jonathon Sisson <sisson.j@gmail.com>
# New BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m protobuf protoc pthread stdc++ z
LIB_DEPENDS = devel/protobuf
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
SEPARATE_BUILD = Yes
.include <bsd.port.mk>