21 lines
398 B
Makefile
21 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.15 2015/03/16 18:07:38 naddy Exp $
|
|
|
|
COMMENT= OBEX protocol implementation
|
|
DISTNAME= openobex-1.0.1
|
|
REVISION= 5
|
|
|
|
SHARED_LIBS += openobex 1.1 # .1.0
|
|
|
|
CATEGORIES= comms
|
|
HOMEPAGE= http://openobex.triq.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|