379afe5f60
From Darrin Chandler
24 lines
506 B
Makefile
24 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/09/16 01:37:10 merdely Exp $
|
|
|
|
COMMENT= OBEX protocol implementation
|
|
DISTNAME= openobex-1.0.1
|
|
PKGNAME= ${DISTNAME}p3
|
|
SHARED_LIBS += openobex 1.0 # .1.0
|
|
|
|
CATEGORIES= comms
|
|
HOMEPAGE= http://openobex.triq.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|