pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
enet: Add blk3 and cleanup
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Oct 13 12:35:08 2016 +0200
Changeset: 1c95406816a3660351b4c5ca2a0742b76aef4237
Modified Files:
enet/Makefile
Added Files:
enet/buildlink3.mk
Log Message:
enet: Add blk3 and cleanup
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c95406816a3660351b4c5ca2a0742b76aef4237
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
enet/Makefile | 3 +--
enet/buildlink3.mk | 12 ++++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diffs:
diff --git a/enet/Makefile b/enet/Makefile
index 3f08b76..1712e7a 100644
--- a/enet/Makefile
+++ b/enet/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/09/28 22:07:34 asau Exp $
-#
DISTNAME= enet-1.3.13
CATEGORIES= net
@@ -8,7 +7,7 @@ MASTER_SITES= http://enet.bespin.org/download/
MAINTAINER= Pseudo.Statistic%gmail.com@localhost
HOMEPAGE= http://enet.bespin.org/
COMMENT= Network communication layer that runs on top of UDP
-
+LICENSE= mit
USE_TOOLS+= gmake
USE_LANGUAGES= c
diff --git a/enet/buildlink3.mk b/enet/buildlink3.mk
new file mode 100644
index 0000000..9f16700
--- /dev/null
+++ b/enet/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= enet
+
+.if !defined(ENET_BUILDLINK3_MK)
+ENET_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.enet+= enet>=1.3.13
+BUILDLINK_PKGSRCDIR.enet?= ../../wip/enet
+.endif # ENET_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -enet
Home |
Main Index |
Thread Index |
Old Index