openbsd-ports/comms/obexftp/Makefile

28 lines
653 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2007/09/16 01:37:09 merdely Exp $
COMMENT= file copying over the OBEX protocol
DISTNAME= obexftp-0.10.4
PKGNAME= ${DISTNAME}p1
2006-10-28 07:19:20 -04:00
SHARED_LIBS += bfb 0.4 # .0.4
SHARED_LIBS += cobexbfb 0.8 # .0.8
SHARED_LIBS += obexftp 0.11 # .0.11
CATEGORIES= comms
HOMEPAGE= http://triq.net/obex/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 17:29:50 -05:00
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
2006-08-01 18:19:46 -04:00
LIB_DEPENDS= openobex.>=1::comms/openobex
CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
.include <bsd.port.mk>