1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/palm/libmal/Makefile
Dima Panov 31eb857884 - Add STAGE and LICENSE support
- Remove USE_GMAKE in favor of USES
- Update LIB_DEPENDS to new format

PR:		184781
Submitted by:	Steven Kreuzer
2013-12-17 03:55:42 +00:00

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>