- New port: net/gambas2-gb-net

The gambas networking component
This commit is contained in:
Jose Alonso Cardenas Marquez 2009-05-09 01:04:00 +00:00
parent 4b0be88acc
commit 3ced25fd58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233450
3 changed files with 26 additions and 0 deletions

View File

@ -158,6 +158,7 @@
SUBDIR += fsplib
SUBDIR += ftelnetd
SUBDIR += g2ipmsg
SUBDIR += gambas2-gb-net
SUBDIR += gastman
SUBDIR += gatekeeper
SUBDIR += gateway6

View 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"

View 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%%