aboutsummaryrefslogtreecommitdiffstats
path: root/net/gicq/Makefile
blob: 72833022b56ecd9d798de621bf3247087bec3f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    gicq
# Date Created:             31 Oct 1998
# Whom:                 Seiichirou Hiraoka
#
# $FreeBSD$
#

PORTNAME=   gicq
PORTVERSION=    0.33
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_LOCAL} \
        ftp://ftp.korsoft.com/pub/gicq/
MASTER_SITE_SUBDIR= flathill

MAINTAINER= flathill@FreeBSD.org

LIB_DEPENDS=    icq.0:${PORTSDIR}/net/libicq

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12 gnomehack
WANT_GNOME= yes
USE_REINPLACE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomeprefix gnomelibs
PKGNAMESUFFIX=  -gnome
PLIST_SUB=  DATADIR="share/gnome"
.else
CONFIGURE_ARGS+=--without-gnome
PLIST_SUB=  DATADIR="share"
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
         s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
         s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure

.include <bsd.port.post.mk>