7e3e1277ac
libmal is simply a convenience library of the object files contained in Tom Whittaker's malsync distribution, along with a few wrapper functions. The malsync utility enables people who have Palm OS devices to sync to Mobile Application Link (MAL) compliant servers. "go ahead" steven@
31 lines
581 B
Makefile
31 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/12 08:49:21 ajacoutot Exp $
|
|
|
|
COMMENT= "MAL convenience library"
|
|
|
|
DISTNAME= libmal-0.43
|
|
SHARED_LIBS += mal 1.0 # .1.0
|
|
CATEGORIES= comms palm
|
|
|
|
HOMEPAGE= http://jasonday.home.att.net/code/libmal/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# MPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c
|
|
|
|
LIB_DEPENDS= pisock.>=9::comms/pilot-link
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|