aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2013-12-17 11:55:42 +0800
committerfluffy <fluffy@FreeBSD.org>2013-12-17 11:55:42 +0800
commitf884872bda4f61a38f91fb64726345b9619c6075 (patch)
tree74e8342e5c3948a2b7505e617b8e11e225e9cdc7
parent5918ee96b607a4e1b2c8008982c3dca7dbe79d52 (diff)
downloadfreebsd-ports-gnome-f884872bda4f61a38f91fb64726345b9619c6075.tar.gz
freebsd-ports-gnome-f884872bda4f61a38f91fb64726345b9619c6075.tar.zst
freebsd-ports-gnome-f884872bda4f61a38f91fb64726345b9619c6075.zip
- Add STAGE and LICENSE support
- Remove USE_GMAKE in favor of USES - Update LIB_DEPENDS to new format PR: 184781 Submitted by: Steven Kreuzer
-rw-r--r--palm/libmal/Makefile8
1 files 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 <bsd.port.mk>