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
|
2008-04-16 11:13:00 +00:00
|
|
|
PORTVERSION= 0.44
|
2002-10-10 20:22:09 +00:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
|
|
|
|
|
2006-12-15 11:56:54 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= A library encapsulating malsync
|
2002-10-10 20:22:09 +00:00
|
|
|
|
2006-09-25 03:03:06 +00:00
|
|
|
LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
|
2002-10-10 20:22:09 +00:00
|
|
|
|
|
|
|
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}
|
2006-09-27 03:10:05 +00:00
|
|
|
USE_LDCONFIG= 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>
|