blob: 47101405d745ffa8c8ab42af3ff6abb0e8870e5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
# New ports collection makefile for: gnustep-app
# Date created: 28 Oct 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gnustep-app
PORTVERSION= 1.13.0
PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Metaport for GNUstep applications
NO_BUILD= yes
NO_INSTALL= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_XLIB= yes
USE_GNUSTEP_LIBART= yes
USE_GNUSTEP_SYSTEM_LIBS+= \
ScriptKit:lang/gnustep-guile \
gnustep-db2:databases/gdl2 \
Renaissance:x11-toolkits/renaissance \
PreferencePanes:deskutils/preferencepanes \
TrackerKit:deskutils/etoile-trackerkit \
PreferencesKit:deskutils/etoile-preferenceskit \
ExtendedWorkspace:deskutils/etoile-extendedworkspacekit \
BookmarkKit:www/etoile-bookmarkkit \
ServicesBarKit:deskutils/etoile-servicesbarkit \
IconKit:x11-themes/etoile-iconkit \
USE_GNUSTEP_SYSTEM_APPS+= \
GShisen:games/gshisen \
ProjectCenter:devel/projectcenter.app \
Preferences:deskutils/preferences.app \
GWorkspace:deskutils/gworkspace \
TextEdit:editors/textedit.app \
TimeMon:sysutils/timemon \
Terminal:x11/terminal.app \
Emacs:editors/emacs.app \
GSPdf:print/gspdf \
SystemPreferences:deskutils/systempreferences \
WrapperFactory:deskutils/gnustep-wrapper \
GRubik:games/grubik \
USE_GNUSTEP_LOCAL_LIBS+= \
Pantomime:mail/pantomime \
GToolKit:x11-toolkits/gtoolkit \
rigs:devel/ruby-gnustep \
Addresses:mail/addresses \
SlideShow:graphics/gnustep-slideshowkit \
netclasses:net/netclasses \
WizardKit:devel/wizardkit \
HighlighterKit:devel/highlighterkit \
Performance:devel/performance \
SQLClient:databases/sqlclient \
WebServer:www/webserver \
StepTalk:lang/steptalk \
MathArray:math/matharray \
ObjcUnit:devel/objcunit \
GSKrab:x11/gskrab \
UnitKit:devel/etoile-unitkit \
XWindowServerKit:x11/etoile-xwindowserverkit \
RSSKit:www/etoile-rsskit \
EtoileExtensions:deskutils/etoile-etoileextensionskit \
USE_GNUSTEP_LOCAL_BUNDLES+= Cddb:audio/cddb-bundle
USE_GNUSTEP_LOCAL_APPS+= \
Gomoku:games/gomoku.app \
GNUMail:mail/gnumail \
EasyDiff:textproc/easydiff \
Ink:misc/gnustep-examples \
GSCommander:shells/gscommander \
ImageViewer:graphics/imageviewer \
SlideShow:graphics/gnustep-slideshow \
Preview:graphics/preview \
oolite:games/oolite \
Cenon:graphics/cenon \
Gridlock:games/gridlock \
PRICE:graphics/price \
EdenMath:math/edenmath \
Stepulator:math/stepulator \
VolumeControl:audio/volumecontrol.app \
Cynthiune:audio/cynthiune \
TalkSoup:irc/talksoup \
Grouch:net-im/grouch \
Zipper:archivers/zipper \
Camera:graphics/camera \
Ladder:games/gnustep-ladder \
StepBill:games/stepbill \
Charmap:deskutils/charmap \
GTAMSAnalyzer:science/gtamsanalyzer \
Paje:science/paje \
AClock:x11-clocks/aclock \
PhotoClip:graphics/photoclip \
LapisPuzzle:games/lapispuzzle \
Waiho:ftp/waiho \
Affiche:deskutils/affiche \
ProjectManager:devel/projectmanager \
GMastermind2:games/gmastermind \
GPuzzle2:games/gpuzzle \
Ticker:www/gnustep-ticker \
NoteBook:deskutils/gnustep-notebook \
HelpViewer:deskutils/helpviewer \
Duncan:textproc/duncan \
Jishyo:japanese/jishyo \
GMines:games/gmines \
InnerSpace:x11/innerspace \
FTP:ftp/gnustep-ftp \
DictionaryReader:deskutils/etoile \
batmon:sysutils/batmon \
UL:biology/adun \
RemoteDesk:net/remotedesk \
DisplayCalibrator:deskutils/displaycalibrator \
GNUWash:deskutils/gnuwash \
Poe:multimedia/poe \
MPDCon:audio/mpdcon \
PlopFolio:deskutils/plopfolio \
CDPlayer:audio/gnustep-cdplayer \
Burn:sysutils/burn \
GScheme:lang/gscheme \
Mplayer:multimedia/gnustep-mplayer \
MyLibrary:databases/mylibrary \
NeXTGo:games/nextgo \
Grr:www/etoile-grr \
iTerm:x11/etoile-iterm \
Installer:sysutils/etoile-installer \
Hardware:deskutils/etoile-hardware \
LookAndBehavior:deskutils/etoile-lookandbehavior \
USE_GNUSTEP_LOCAL_TOOLS+= zillion:net/zillion
.include <bsd.port.mk>
|