2002-10-10 20:22:09 +00:00
|
|
|
# Ports collection makefile for: libmal
|
|
|
|
# Date created: 4 september 2002
|
|
|
|
# Whom: Adriaan de Groot <groot@kde.org>
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmal
|
2004-04-10 09:09:35 +00:00
|
|
|
PORTVERSION= 0.40
|
2002-10-10 20:22:09 +00:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
|
|
|
|
|
2004-04-10 09:09:35 +00:00
|
|
|
MAINTAINER= avleeuwen@piwebs.com
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= A library encapsulating malsync
|
2002-10-10 20:22:09 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
|
|
|
|
|
|
|
|
USE_GMAKE= YES
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-10 20:22:09 +00:00
|
|
|
HAS_CONFIGURE= YES
|
2005-02-05 19:21:27 +00:00
|
|
|
CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE}
|
2004-04-10 09:09:35 +00:00
|
|
|
INSTALLS_SHLIB= YES
|
2005-02-05 19:21:27 +00:00
|
|
|
CONFLICTS= malsync-[0-9]*
|
2002-10-10 20:22:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|