openbsd-ports/comms/openobex/Makefile
2004-11-21 22:29:50 +00:00

22 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.2 2004/11/21 22:29:50 espie Exp $
COMMENT= "OBEX protocol implementation"
DISTNAME= openobex-1.0.1
CATEGORIES= comms
HOMEPAGE= http://openobex.sourceforge.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
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>