Date: Tue, 17 Dec 2013 03:55:43 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336692 - head/palm/libmal Message-ID: <201312170355.rBH3thuA070489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Tue Dec 17 03:55:42 2013 New Revision: 336692 URL: http://svnweb.freebsd.org/changeset/ports/336692 Log: - Add STAGE and LICENSE support - Remove USE_GMAKE in favor of USES - Update LIB_DEPENDS to new format PR: 184781 Submitted by: Steven Kreuzer Modified: head/palm/libmal/Makefile (contents, props changed) Modified: head/palm/libmal/Makefile ============================================================================== --- head/palm/libmal/Makefile Tue Dec 17 03:32:45 2013 (r336691) +++ head/palm/libmal/Makefile Tue Dec 17 03:55:42 2013 (r336692) @@ -9,14 +9,14 @@ MASTER_SITES= http://www.jlogday.com/cod 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312170355.rBH3thuA070489>