summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-10 16:24:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-10 16:24:40 +0000
commit3b889d58449ec384e0b736e0a15df528c66c0d48 (patch)
treeb5a958f0ca39634b8673c9420ad4af0927003370 /irc
parentUpdate to 1.40 (diff)
- Fix MASTER_SITES
- Add LICENSE - Add MAKE_JOBS_SAFE PR: 159482 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279430
Diffstat (limited to 'irc')
-rw-r--r--irc/lostirc/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index 3eebbe65b584..4a86b2c2d66c 100644
--- a/irc/lostirc/Makefile
+++ b/irc/lostirc/Makefile
@@ -9,23 +9,27 @@ PORTNAME= lostirc
PORTVERSION= 0.4.6
PORTREVISION= 8
CATEGORIES= irc
-MASTER_SITES= SF \
- http://demian.dyndns.org/src/
-
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple and minimal IRC client for X
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
-USE_GNOME= gnomehack gnomeprefix gnometarget
+USE_GNOME= gnomehack gnomeprefix
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-kde
+MAKE_JOBS_SAFE= yes
MAN1= lostirc.1
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}