diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gambas2-gb-net/Makefile | 15 | ||||
-rw-r--r-- | net/gambas2-gb-net/pkg-plist | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index cdeedd1d3812..4dd8e9364390 100644 --- a/net/Makefile +++ b/net/Makefile @@ -158,6 +158,7 @@ SUBDIR += fsplib SUBDIR += ftelnetd SUBDIR += g2ipmsg + SUBDIR += gambas2-gb-net SUBDIR += gastman SUBDIR += gatekeeper SUBDIR += gateway6 diff --git a/net/gambas2-gb-net/Makefile b/net/gambas2-gb-net/Makefile new file mode 100644 index 000000000000..5f5eae3e76dc --- /dev/null +++ b/net/gambas2-gb-net/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-net +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net lang +PKGNAMESUFFIX= -gb-net + +COMMENT= The gambas networking component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/net/gambas2-gb-net/pkg-plist b/net/gambas2-gb-net/pkg-plist new file mode 100644 index 000000000000..4fcd2d0afcfa --- /dev/null +++ b/net/gambas2-gb-net/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +lib/gambas2/gb.net.component +lib/gambas2/gb.net.so.0 +lib/gambas2/gb.net.so +lib/gambas2/gb.net.la +%%DATADIR%%/info/gb.net.info +%%DATADIR%%/info/gb.net.list +@dirrmtry lib/gambas2 +@dirrmtry %%DATADIR%%/info +@dirrmtry %%DATADIR%% |