- Add STAGE and LICENSE support

- Remove USE_GMAKE in favor of USES
- Update LIB_DEPENDS to new format

PR:		184781
Submitted by:	Steven Kreuzer
This commit is contained in:
Dima Panov 2013-12-17 03:55:42 +00:00
parent c0f8e218dc
commit 31eb857884
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336692

View file

@ -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 <bsd.port.mk>