|
Lines 2-31
Link Here
|
| 2 |
# $FreeBSD: head/irc/irssi-otr/Makefile 357654 2014-06-13 07:36:27Z olgeni $ |
2 |
# $FreeBSD: head/irc/irssi-otr/Makefile 357654 2014-06-13 07:36:27Z olgeni $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= irssi-otr |
4 |
PORTNAME= irssi-otr |
| 5 |
PORTVERSION= 0.3 |
5 |
PORTVERSION= 1.0.0 |
| 6 |
PORTREVISION= 9 |
|
|
| 7 |
CATEGORIES= irc |
6 |
CATEGORIES= irc |
| 8 |
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/ |
7 |
MASTER_SITES= GH |
| 9 |
MASTER_SITE_SUBDIR= irssiotr |
|
|
| 10 |
|
8 |
|
| 11 |
MAINTAINER= ashish@FreeBSD.org |
9 |
MAINTAINER= ashish@FreeBSD.org |
| 12 |
COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging |
10 |
COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging |
| 13 |
|
11 |
|
| 14 |
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ |
12 |
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ |
| 15 |
${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt |
13 |
${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt |
| 16 |
LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \ |
14 |
LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \ |
| 17 |
libgcrypt.so:${PORTSDIR}/security/libgcrypt |
15 |
libgcrypt.so:${PORTSDIR}/security/libgcrypt |
| 18 |
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi |
16 |
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi |
| 19 |
|
17 |
|
| 20 |
LICENSE= GPLv2 |
18 |
LICENSE= GPLv2 |
| 21 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
|
|
| 22 |
|
19 |
|
| 23 |
USES= cmake pkgconfig |
20 |
USES= pkgconfig |
| 24 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
| 25 |
USE_GNOME= glib20 |
22 |
USE_GNOME= glib20 |
|
|
23 |
USE_GITHUB= yes |
| 24 |
GH_ACCOUNT= cryptodotis |
| 25 |
GH_PROJECT= ${PORTNAME} |
| 26 |
GH_COMMIT= f4ecd19 |
| 27 |
GH_TAGNAME= v${PORTVERSION} |
| 28 |
|
| 29 |
USE_AUTOTOOLS= autoconf aclocal libtoolize automake |
| 30 |
ACLOCAL_ARGS= -I config |
| 31 |
AUTOMAKE_ARGS= --add-missing --no-force |
| 32 |
|
| 33 |
CONFIGURE_ARGS= --prefix=${LOCALBASE} --with-libotr-inc-prefix=${LOCALBASE}/include |
| 26 |
|
34 |
|
| 27 |
PLIST_FILES= lib/irssi/modules/libotr.so \ |
35 |
PLIST_FILES= lib/irssi/modules/libotr.so \ |
| 28 |
%%DOCSDIR%%/LICENSE %%DOCSDIR%%/README |
36 |
share/irssi/help/otr |
| 29 |
PLIST_DIRS= %%DOCSDIR%% |
|
|
| 30 |
|
37 |
|
| 31 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |