From 31eb857884cdfed8e360458e975b226944bcc15f Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Tue, 17 Dec 2013 03:55:42 +0000 Subject: [PATCH] - Add STAGE and LICENSE support - Remove USE_GMAKE in favor of USES - Update LIB_DEPENDS to new format PR: 184781 Submitted by: Steven Kreuzer --- palm/libmal/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index dcee6c593965..0bc137062c27 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -9,14 +9,14 @@ 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 +LICENSE= MPL -USE_GMAKE= YES +LIB_DEPENDS= libpisock.so.9:${PORTSDIR}/palm/pilot-link + +USES= gmake GNU_CONFIGURE= yes -HAS_CONFIGURE= YES CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* -NO_STAGE= yes .include