26 lines
547 B
Makefile
26 lines
547 B
Makefile
# $OpenBSD: Makefile,v 1.5 2006/07/19 13:41:02 steven Exp $
|
|
|
|
COMMENT= "OBEX protocol implementation"
|
|
DISTNAME= openobex-1.0.1
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS= openobex 1.0
|
|
|
|
CATEGORIES= comms
|
|
HOMEPAGE= http://openobex.triq.net/
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|