Lines 2-12
Link Here
|
2 |
# Date created: 29 Jan 2003 |
2 |
# Date created: 29 Jan 2003 |
3 |
# Whom: michaelnottebrock@gmx.net |
3 |
# Whom: michaelnottebrock@gmx.net |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/security/pinentry/Makefile,v 1.5 2003/02/21 13:26:53 knu Exp $ |
5 |
# $FreeBSD: ports/security/pinentry/Makefile,v 1.3 2003/02/08 05:50:58 nork Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pinentry |
8 |
PORTNAME= pinentry |
9 |
PORTVERSION= 0.6.8 |
9 |
PORTVERSION= 0.6.8 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= security |
11 |
CATEGORIES= security |
11 |
MASTER_SITES= ${MASTER_SITE_GNUPG} \ |
12 |
MASTER_SITES= ${MASTER_SITE_GNUPG} \ |
12 |
http://tigress.com/lofi/:lofi |
13 |
http://tigress.com/lofi/:lofi |
Lines 37-51
Link Here
|
37 |
|
38 |
|
38 |
.include <bsd.port.pre.mk> |
39 |
.include <bsd.port.pre.mk> |
39 |
|
40 |
|
|
|
41 |
.if exists(${X11BASE}/bin/moc) |
42 |
WITH_QT= yes |
43 |
.endif |
44 |
|
40 |
.if defined(WITH_QT) |
45 |
.if defined(WITH_QT) |
41 |
#USE_QT_VER= 3 |
46 |
USE_QT_VER= 3 |
42 |
BROKEN= The QT pinentry-helper is currently non-functional |
47 |
PLIST_SUB+= WITH_QT="" |
43 |
.else |
48 |
.else |
44 |
CONFIGURE_ARGS+=--disable-pinentry-qt |
49 |
CONFIGURE_ARGS+=--disable-pinentry-qt |
|
|
50 |
PLIST_SUB+= WITH_QT="@comment " |
45 |
.endif |
51 |
.endif |
46 |
|
52 |
|
47 |
.if defined(HAVE_GTK) |
53 |
.if defined(HAVE_GTK) |
48 |
USE_GTK= yes |
54 |
USE_GTK= yes |
|
|
55 |
PLIST_SUB+= WITH_GTK="" |
56 |
.else |
57 |
CONFIGURE_ARGS+=--disable-pinentry-gtk |
58 |
PLIST_SUB+= WITH_GTK="@comment " |
49 |
.endif |
59 |
.endif |
50 |
|
60 |
|
51 |
post-extract: |
61 |
post-extract: |