- 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:
parent
c0f8e218dc
commit
31eb857884
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336692
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue