1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/palm/libmal/Makefile
Dima Panov e2e101cfe8 - Update to 0.44.1
- Update MASTER_SITE
- Take maintainership

Approved by: tabthorpe (co-mentor)
2009-09-03 04:31:42 +00:00

27 lines
539 B
Makefile

# Ports collection makefile for: libmal
# Date created: 4 september 2002
# Whom: Adriaan de Groot <groot@kde.org>
#
#
# $FreeBSD$
#
PORTNAME= libmal
PORTVERSION= 0.44.1
CATEGORIES= palm
MASTER_SITES= http://www.jlogday.com/code/libmal/
MAINTAINER= fluffy@FreeBSD.org
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>