- New port: devel/gambas2-gb-corba
The gambas corba component
This commit is contained in:
parent
45f033f2c1
commit
4d0a13121f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233461
3 changed files with 26 additions and 0 deletions
|
@ -385,6 +385,7 @@
|
|||
SUBDIR += g-wrap
|
||||
SUBDIR += g2c
|
||||
SUBDIR += gaa
|
||||
SUBDIR += gambas2-gb-corba
|
||||
SUBDIR += gamin
|
||||
SUBDIR += gaphor
|
||||
SUBDIR += gauche-gaunit
|
||||
|
|
15
devel/gambas2-gb-corba/Makefile
Normal file
15
devel/gambas2-gb-corba/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: gambas2-gb-corba
|
||||
# Date created: 2009-05-02
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -gb-corba
|
||||
|
||||
COMMENT= The gambas corba component
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
10
devel/gambas2-gb-corba/pkg-plist
Normal file
10
devel/gambas2-gb-corba/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $FreeBSD$
|
||||
lib/gambas2/gb.corba.so.0
|
||||
lib/gambas2/gb.corba.so
|
||||
lib/gambas2/gb.corba.la
|
||||
lib/gambas2/gb.corba.component
|
||||
%%DATADIR%%/info/gb.corba.info
|
||||
%%DATADIR%%/info/gb.corba.list
|
||||
@dirrmtry lib/gambas2
|
||||
@dirrmtry %%DATADIR%%/info
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Reference in a new issue