openbsd-ports/comms/libmal/Makefile
ajacoutot 7e3e1277ac Import libmal-0.43.
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@
2006-12-12 08:49:21 +00:00

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>