Lines 2-18
Link Here
|
2 |
# Date created: 1 May 1999 |
2 |
# Date created: 1 May 1999 |
3 |
# Whom: Andrey Zakhvatov |
3 |
# Whom: Andrey Zakhvatov |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/deskutils/genius/Makefile,v 1.61 2009/08/02 19:32:53 mezz Exp $ |
5 |
# $FreeBSD: ports/deskutils/genius/Makefile,v 1.59 2009/06/03 05:14:49 marcus Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= genius |
8 |
PORTNAME= genius |
9 |
PORTVERSION= 1.0.6 |
9 |
PORTVERSION= 1.0.7 |
10 |
PORTREVISION= 2 |
|
|
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:22 |
24 |
USE_AUTOTOOLS= libtool:22 |
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> |