|
Lines 6-18
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= genius |
8 |
PORTNAME= genius |
| 9 |
PORTVERSION= 1.0.6 |
9 |
PORTVERSION= 1.0.7 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES= deskutils gnome |
10 |
CATEGORIES= deskutils gnome |
| 12 |
MASTER_SITES= GNOME \ |
11 |
MASTER_SITES= GNOME \ |
| 13 |
http://ftp.5z.com/pub/genius/ |
12 |
http://ftp.5z.com/pub/genius/ |
| 14 |
|
13 |
|
| 15 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= scjamorim@bsd.com.br |
| 16 |
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment |
15 |
COMMENT= Arbitrary precision calculator for Gnome Desktop Environment |
| 17 |
|
16 |
|
| 18 |
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian |
17 |
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian |
|
Lines 21-27
Link Here
|
| 21 |
|
20 |
|
| 22 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
| 23 |
USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte |
22 |
USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte |
| 24 |
USE_GETTEXT= yes |
|
|
| 25 |
USE_GMAKE= yes |
23 |
USE_GMAKE= yes |
| 26 |
USE_AUTOTOOLS= libtool:15 |
24 |
USE_AUTOTOOLS= libtool:15 |
| 27 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
|
Lines 31-34
Link Here
|
| 31 |
INSTALLS_ICONS= yes |
29 |
INSTALLS_ICONS= yes |
| 32 |
INSTALLS_OMF= yes |
30 |
INSTALLS_OMF= yes |
| 33 |
|
31 |
|
|
|
32 |
.if defined(WITHOUT_NLS) |
| 33 |
CONFIGURE_ARGS+= --disable-nls |
| 34 |
PLIST_SUB+= NLS="@comment " |
| 35 |
.else |
| 36 |
USE_GETTEXT= yes |
| 37 |
CONFIGURE_ARGS+= --enable-nls |
| 38 |
PLIST_SUB+= NLS="" |
| 39 |
.endif |
| 40 |
|
| 34 |
.include <bsd.port.mk> |
41 |
.include <bsd.port.mk> |