mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- New port: ftp/gambas2-gb-net-curl
The gambas advanced networking component
This commit is contained in:
parent
3ced25fd58
commit
b2be1af075
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233451
3 changed files with 26 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
SUBDIR += ftpsesame
|
||||
SUBDIR += ftpsync
|
||||
SUBDIR += ftptool
|
||||
SUBDIR += gambas2-gb-net-curl
|
||||
SUBDIR += gftp
|
||||
SUBDIR += gnusget
|
||||
SUBDIR += gnustep-ftp
|
||||
|
|
15
ftp/gambas2-gb-net-curl/Makefile
Normal file
15
ftp/gambas2-gb-net-curl/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: gambas2-gb-net-curl
|
||||
# Date created: 2009-05-02
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= ftp lang
|
||||
PKGNAMESUFFIX= -gb-net-curl
|
||||
|
||||
COMMENT= The gambas advanced networking component
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
10
ftp/gambas2-gb-net-curl/pkg-plist
Normal file
10
ftp/gambas2-gb-net-curl/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $FreeBSD$
|
||||
lib/gambas2/gb.net.curl.component
|
||||
lib/gambas2/gb.net.curl.so.0
|
||||
lib/gambas2/gb.net.curl.so
|
||||
lib/gambas2/gb.net.curl.la
|
||||
%%DATADIR%%/info/gb.net.curl.info
|
||||
%%DATADIR%%/info/gb.net.curl.list
|
||||
@dirrmtry lib/gambas2
|
||||
@dirrmtry %%DATADIR%%/info
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Add table
Reference in a new issue