21 lines
402 B
Makefile
21 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/21 08:45:13 ajacoutot 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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|