Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= telegram-purple |
4 |
PORTNAME= telegram-purple |
5 |
PORTVERSION= 1.4.1 |
5 |
PORTVERSION= 1.4.3 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= net-im |
7 |
CATEGORIES= net-im |
8 |
|
8 |
|
Lines 21-39
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
Link Here
|
21 |
libpurple.so:net-im/libpurple \ |
21 |
libpurple.so:net-im/libpurple \ |
22 |
libpng.so:graphics/png |
22 |
libpng.so:graphics/png |
23 |
|
23 |
|
24 |
USES= gettext gmake gnome pkgconfig |
24 |
USES= gmake gnome pkgconfig localbase:ldflags |
25 |
USE_GNOME= glib20 |
25 |
USE_GNOME= glib20 |
26 |
|
26 |
|
|
|
27 |
GNU_CONFIGURE= yes |
28 |
|
27 |
OPTIONS_DEFINE= NLS |
29 |
OPTIONS_DEFINE= NLS |
28 |
OPTIONS_SUB= yes |
|
|
29 |
|
30 |
|
30 |
GNU_CONFIGURE= yes |
31 |
.include <bsd.port.options.mk> |
31 |
LDFLAGS+= -L${LOCALBASE}/lib |
32 |
|
|
|
33 |
.if ${PORT_OPTIONS:MNLS} |
34 |
USES+= gettext |
35 |
PLIST_SUB+= NLS="" |
36 |
.else |
37 |
CONFIGURE_ARGS+= --disable-translation |
38 |
PLIST_SUB+= NLS="@comment " |
39 |
.endif |
32 |
|
40 |
|
33 |
USE_GITHUB= yes |
41 |
USE_GITHUB= yes |
34 |
GH_ACCOUNT= majn |
42 |
GH_ACCOUNT= majn |
35 |
GH_PROJECT= tgl:tgl |
43 |
GH_PROJECT= tgl:tgl |
36 |
GH_TAGNAME?= bec2e6d:tgl |
44 |
GH_TAGNAME?= cd7e3d7:tgl |
37 |
GH_SUBDIR= tgl:tgl |
45 |
GH_SUBDIR= tgl:tgl |
38 |
|
46 |
|
39 |
post-install: |
47 |
post-install: |