- New port: net/gambas2-gb-net
The gambas networking component
This commit is contained in:
parent
4b0be88acc
commit
3ced25fd58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233450
@ -158,6 +158,7 @@
|
||||
SUBDIR += fsplib
|
||||
SUBDIR += ftelnetd
|
||||
SUBDIR += g2ipmsg
|
||||
SUBDIR += gambas2-gb-net
|
||||
SUBDIR += gastman
|
||||
SUBDIR += gatekeeper
|
||||
SUBDIR += gateway6
|
||||
|
15
net/gambas2-gb-net/Makefile
Normal file
15
net/gambas2-gb-net/Makefile
Normal file
@ -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"
|
10
net/gambas2-gb-net/pkg-plist
Normal file
10
net/gambas2-gb-net/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user