aboutsummaryrefslogtreecommitdiff
path: root/irc/miau/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-18 07:39:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-18 07:39:19 +0000
commita13c1b8ed1645d76dca5721854bdf02a88d99555 (patch)
tree5c61bdb96b9d22417ef18a82a709b1b1b42c4259 /irc/miau/Makefile
parentf714f145d0ab034f0cf0619706c0673ee1fea519 (diff)
downloadports-a13c1b8ed1645d76dca5721854bdf02a88d99555.tar.gz
ports-a13c1b8ed1645d76dca5721854bdf02a88d99555.zip
Notes
Diffstat (limited to 'irc/miau/Makefile')
-rw-r--r--irc/miau/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile
index e4131a8e99e0..b16455cb24f7 100644
--- a/irc/miau/Makefile
+++ b/irc/miau/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= miau
-PORTVERSION= 0.5.3
+PORTVERSION= 0.5.4
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= miau
@@ -15,11 +15,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A fully featured easy to use IRC-bouncer
USE_BZIP2= yes
+USE_ICONV= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
INFO= miau
+MAN1= miau.1
CONFIGURE_ARGS= --enable-dccbounce \
--enable-automode \
@@ -34,7 +36,7 @@ CONFIGURE_ARGS= --enable-dccbounce \
--enable-dumpstatus \
--disable-dependency-tracking
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS}" \
LIBS="${LIBS}"