1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/palm/libmal/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

27 lines
547 B
Makefile

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