mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
31eb857884
- Remove USE_GMAKE in favor of USES - Update LIB_DEPENDS to new format PR: 184781 Submitted by: Steven Kreuzer
23 lines
457 B
Makefile
23 lines
457 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
|
|
|
|
LICENSE= MPL
|
|
|
|
LIB_DEPENDS= libpisock.so.9:${PORTSDIR}/palm/pilot-link
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE}
|
|
USE_LDCONFIG= YES
|
|
CONFLICTS= malsync-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|