openbsd-ports/comms/openobex/Makefile

25 lines
494 B
Makefile
Raw Normal View History

2010-09-03 10:39:07 -04:00
# $OpenBSD: Makefile,v 1.11 2010/09/03 14:39:07 sthen Exp $
COMMENT= OBEX protocol implementation
DISTNAME= openobex-1.0.1
2010-09-03 10:39:07 -04:00
REVISION= 3
2006-10-28 07:19:20 -04:00
SHARED_LIBS += openobex 1.0 # .1.0
CATEGORIES= comms
2006-07-19 09:41:02 -04:00
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>