View | Details | Raw Unified | Return to bug 159482
Collapse All | Expand All

(-)irc/lostirc/Makefile (-6 / +10 lines)
Lines 9-31 Link Here
9
PORTVERSION=	0.4.6
9
PORTVERSION=	0.4.6
10
PORTREVISION=	8
10
PORTREVISION=	8
11
CATEGORIES=	irc
11
CATEGORIES=	irc
12
MASTER_SITES=	SF \
12
MASTER_SITES=	SF
13
		http://demian.dyndns.org/src/
14
15
13
16
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	A simple and minimal IRC client for X
15
COMMENT=	A simple and minimal IRC client for X
18
16
19
LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
17
LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
20
18
21
USE_GNOME=	gnomehack gnomeprefix gnometarget
19
LICENSE=	GPLv2 GPLv3
20
LICENSE_COMB=	dual
21
22
USE_GNOME=	gnomehack gnomeprefix
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
24
		LDFLAGS="-L${LOCALBASE}/lib"
25
CONFIGURE_ARGS=	--disable-kde
25
CONFIGURE_ARGS=	--disable-kde
26
MAKE_JOBS_SAFE=	yes
26
27
27
MAN1=		lostirc.1
28
MAN1=		lostirc.1
28
29
30
CPPFLAGS=	-I${LOCALBASE}/include
31
LDFLAGS=	-L${LOCALBASE}/lib
32
29
post-install:
33
post-install:
30
.if !defined(NOPORTDOCS)
34
.if !defined(NOPORTDOCS)
31
	@${MKDIR} ${DOCSDIR}
35
	@${MKDIR} ${DOCSDIR}

Return to bug 159482