openbsd-ports/comms/openobex/Makefile
espie 4efcd9b2e0 from upstream: missing exported symbol (for when we will *really* be
exporting symbols) that breaks obexftp.

bump rev/shared lib version (+1 symbol)
2012-11-08 07:01:31 +00:00

25 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.12 2012/11/08 07:01:31 espie Exp $
COMMENT= OBEX protocol implementation
DISTNAME= openobex-1.0.1
REVISION= 4
SHARED_LIBS += openobex 1.1 # .1.0
CATEGORIES= comms
HOMEPAGE= http://openobex.triq.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>