d971a332da
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
17 lines
396 B
Makefile
17 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/01/20 16:15:52 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= openobex-1.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://openobex.sourceforge.net/
|
|
COMMENT= Implementation of the Object Exchange (OBEX) protocol
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|