diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 19:45:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 19:45:08 +0800 |
commit | 5d20b7b466384903b686428967e6e4c0937aa3d8 (patch) | |
tree | cb29fcd3e2316363944740290a7d94c8eebf0bac /irc | |
parent | 89322ccbf8b1795a5b70268117f0a4aaf455c389 (diff) | |
download | freebsd-ports-gnome-5d20b7b466384903b686428967e6e4c0937aa3d8.tar.gz freebsd-ports-gnome-5d20b7b466384903b686428967e6e4c0937aa3d8.tar.zst freebsd-ports-gnome-5d20b7b466384903b686428967e6e4c0937aa3d8.zip |
Convert to USES=autoreconf
Strip binaries
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-otr/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index abc52debc0a9..38b3dd68518c 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -3,7 +3,7 @@ PORTNAME= irssi-otr PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= GHL @@ -19,7 +19,7 @@ LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \ libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi -USES= pkgconfig +USES= autoreconf pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 USE_GITHUB= yes @@ -28,11 +28,9 @@ GH_PROJECT= ${PORTNAME} GH_COMMIT= f4ecd19 GH_TAGNAME= v${PORTVERSION} -USE_AUTOTOOLS= autoconf aclocal libtoolize automake -ACLOCAL_ARGS= -I config -AUTOMAKE_ARGS= --add-missing --no-force - +GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${LOCALBASE} --with-libotr-inc-prefix=${LOCALBASE}/include +INSTALL_TARGET= install-strip PLIST_FILES= lib/irssi/modules/libotr.so \ share/irssi/help/otr |