1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/palm/libmal/Makefile

27 lines
542 B
Makefile
Raw Normal View History

# Ports collection makefile for: libmal
# Date created: 4 september 2002
# Whom: Adriaan de Groot <groot@kde.org>
#
#
# $FreeBSD$
#
PORTNAME= libmal
PORTVERSION= 0.44
CATEGORIES= palm
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:28:59 +00:00
COMMENT= A library encapsulating malsync
LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
USE_GMAKE= YES
GNU_CONFIGURE= yes
HAS_CONFIGURE= YES
CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE}
USE_LDCONFIG= YES
CONFLICTS= malsync-[0-9]*
.include <bsd.port.mk>