aboutsummaryrefslogtreecommitdiff
path: root/irc/iroffer-dinoex
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-09 16:20:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-09 16:20:29 +0000
commit41f365c09cde7aeaecba8958962df1d89429f7cd (patch)
treeb4491aaf3ccbab497c50358d2f8b1190c01b37f0 /irc/iroffer-dinoex
parent99da1ec188034b06fb83140fe8acf8e7532ca21d (diff)
downloadports-41f365c09cde7aeaecba8958962df1d89429f7cd.tar.gz
ports-41f365c09cde7aeaecba8958962df1d89429f7cd.zip
- honor given CC, LDFLAGS
Notes
Notes: svn path=/head/; revision=252482
Diffstat (limited to 'irc/iroffer-dinoex')
-rw-r--r--irc/iroffer-dinoex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile
index 924c7d285258..2193fe4663c7 100644
--- a/irc/iroffer-dinoex/Makefile
+++ b/irc/iroffer-dinoex/Makefile
@@ -16,11 +16,12 @@ DISTNAME= iroffer-dinoex-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.ORG
COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy
+CONFLICTS= iroffer-1* iroffer-lamm-1.*
+
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
MAN1= iroffer.1
-
-CONFLICTS= iroffer-1* iroffer-lamm-1.*
+CONFIGURE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}" LOCALBASE="${LOCALBASE}"
OPTIONS= CURL "build ftp/http support" on \
RUBY "build RUBY script support" on \