mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# Created by: 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]*
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|