88ea72915d
make a distinction between these. ok aja@ dcoppa@
36 lines
721 B
Makefile
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>
|