head	1.19;
access;
symbols
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	old_RELEASE_5_1_0:1.8
	old_RELEASE_4_8_0:1.6
	old_RELEASE_5_0_0:1.5
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2009.04.11.20.53.31;	author linimon;	state dead;
branches;
next	1.18;

1.18
date	2008.06.06.13.55.33;	author edwin;	state Exp;
branches;
next	1.17;

1.17
date	2007.05.19.20.20.28;	author flz;	state Exp;
branches;
next	1.16;

1.16
date	2006.07.12.21.59.33;	author itetcu;	state Exp;
branches;
next	1.15;

1.15
date	2006.05.13.01.03.09;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2006.03.07.08.27.19;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2006.01.28.08.19.22;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.09.19.11.29;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2004.09.02.08.16.24;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.04.05.08.32;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2003.08.19.09.12.40;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2003.05.10.20.02.42;	author petef;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.20.19.37.55;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.13.14.42;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.12.11.08.33.47;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2002.12.11.07.28.31;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.11.08.26.48;	author sada;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.03.01.06.23;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.26.00.54.08;	author petef;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Remove expired port polish/gnugadu: use polish/gnugadu2 instead.
@
text
@# Ports collection makefile for: gnugadu
# Date created:		23 dec 2001
# Whom: 		doc@@lublin.t1.pl
#
# $FreeBSD: ports/polish/gnugadu/Makefile,v 1.18 2008/06/06 13:55:33 edwin Exp $
#

PORTNAME=	gnugadu
PORTVERSION=	1.0.0
PORTREVISION=	4
CATEGORIES=	polish net-im
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	ggadu
DISTNAME=	gg-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A GaduGadu client for X11/GTK

DEPRECIATED=	Not developed anymore, unmaintained, etc.
EXPIRE_DATE=	2006-07-15

USE_GMAKE=	yes
USE_GNOME=	gtk12
GNU_CONFIGURE=	yes

OPTIONS=	ESD "Esound support" on \
		GNOME "Gnome support" off \
		PANEL "Gnome applet support" off

.include <bsd.port.pre.mk>
.if !defined(WITHOUT_ESD)
USE_GNOME+=	esound
CONFIGURE_ARGS+=	--enable-esd
.else
CONFIGURE_ARGS+=	--disable-esd
.endif

.if defined(WITH_GNOME)
USE_GNOME+=	gnomelibs
CONFIGURE_ARGS+=	--enable-gnome
.else
CONFIGURE_ARGS+=	--disable-esd
.endif

.if defined(WITH_PANEL)
USE_GNOME+=	gnomepanel
CONFIGURE_ARGS+=	--enable-panel
.else
CONFIGURE_ARGS+=	--disable-panel
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's,GTK_ CFLAGS,GTK_CFLAGS,' \
		-e 's,CFLAGS =, CFLAGS += @@GTK_CFLAGS@@ ${PTHREAD_CFLAGS},' \
		-e 's,@@GTK_LIBS@@,@@GTK_LIBS@@ ${PTHREAD_LIBS},'\
		${WRKSRC}/Makefile.in \
		${WRKSRC}/src/Makefile.in
	@@${REINPLACE_CMD} -e 's,-O2,,' -e 's,gtk-config,${GTK_CONFIG},' \
		${WRKSRC}/configure

post-install:
	${STRIP_CMD} ${PREFIX}/bin/gg

post-clean:
	@@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc

.include <bsd.port.post.mk>
@


1.18
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.16
log
@- convert to OPTIONS
- DEPRECIATE becasue it has no maintianer, it's not developed for quite some
time now, alternatives exist in PT (polish/gnugadu2)
- set expiration date in a month.

PR:		ports/99163
Submitted by:	Arseny Nasokin <tarc@@tarc.po.cs.msu.su>
		Marcin Wisnicki <mwisnicki+freebsd@@gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.15
log
@Remove USE_REINPLACE from all categories starting with P
@
text
@d19 2
a20 1
BROKEN=		Needs to be converted to OPTIONS
a23 1
USE_SUBMAKE=	yes
d26 10
a35 2
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
IS_INTERACTIVE=	yes
d38 6
a43 6
SCRIPTS_ENV=	WRKDIRPREFIX="${WRKDIRPREFIX}" \
		TOUCH="${TOUCH}" \
		MKDIR="${MKDIR}" \
		CAT="${CAT}" \
		GNUGADU_OPTIONS="${GNUGADU_OPTIONS}" \
		REALCURDIR="${.CURDIR}"
d45 6
a50 2
pre-fetch:
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.gg
d67 1
a67 5
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif

.include <bsd.port.mk>
@


1.14
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@a22 1
USE_REINPLACE=	yes
@


1.13
log
@BROKEN: Needs to be converted to use OPTIONS.  The home-brewed configure
script is interfering with package builds.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.12
log
@- Change second category to be net-im

Suggested by:	arved
@
text
@d19 2
@


1.11
log
@- Resign on maintainership of my FreeBSD ports

Submitted by:	Michal Pasternak <dotz@@irc.pl>
@
text
@d11 1
a11 1
CATEGORIES=	polish net
@


1.10
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d16 1
a16 1
MAINTAINER=	dotz@@irc.pl
@


1.9
log
@- Update the Categories after Repocopy.
- Adjust MASTERDIRs
- Remove PKGNAMEPREFIX since it is implicit
- Add ports to Category Makefile

PR:		53797
Submitted by:	Aleksander Fafula <alex@@fafula.com>
Approved by:	portmgr (marcus)
Repocopied by:	joe
@
text
@d10 1
@


1.8
log
@- update to 1.0.0
- master site & homepage now live at sourceforge
- update maintainer's email address
- add a configuration dialog menu
- PERL -> REINPLACE_CMD

PR:		51748
Submitted by:	maintainer
@
text
@d10 1
a10 1
CATEGORIES=	net
@


1.7
log
@Remove USE_GNOMENG.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
d11 2
a12 1
MASTER_SITES=	ftp://ftp.slackware.pl/gg/
d15 1
a15 1
MAINTAINER=	doc@@lublin.t1.pl
a17 2
WRKSRC=	${WRKDIR}/gg-${PORTVERSION}

d20 2
a21 1
WANT_GNOME=	yes
d24 2
a25 6
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mesound}!=""
USE_GNOME+=	esound
PKGNAMESUFFIX=	-esound
.else
CONFIGURE_ARGS+=	--disable-esd
d28 9
a36 13
.if defined(WITH_GNOME)
CONFIGURE_ARGS+=	--enable-gnome
USE_GNOME=	yes
.else
pre-everything::
	@@${ECHO_MSG}	"Define WITH_GNOME to include GNOME support"
.endif
.if defined(WITH_DOCKAPP)
CONFIGURE_ARGS+=	--enable-dockapp
.else
pre-everything::
	@@${ECHO_MSG}	"Define WITH_DOCKAPP to include WindowMaker support"
.endif
d39 4
a42 2
	@@${PERL} -pi -e 's,CFLAGS =, CFLAGS += \@@GTK_CFLAGS\@@,; \
		s,GTK_ CFLAGS,GTK_CFLAGS,' ${WRKSRC}/Makefile.in \
d44 1
a44 1
	@@${PERL} -pi -e 's,-O2,,; s,gtk-config,${GTK_CONFIG},' \
d48 8
a55 1
	     strip ${PREFIX}/bin/gg
d57 1
a57 1
.include <bsd.port.post.mk>
@


1.6
log
@De-pkg-comment.
@
text
@a19 1
USE_GNOMENG=	yes
@


1.5
log
@Fix unassociated shell command.

Pointy hat to:	nork
Reported by:	make describe ECHO_MSG='echo > /dev/null'
@
text
@d15 1
@


1.4
log
@Fix unassociated shell command.

Reported by:	portsdb -U
@
text
@a31 1
pre-everything::
d36 1
d42 1
@


1.3
log
@- upgrade to version 0.2.2
PR:	ports/39413
Submitted by:	maintainer
@
text
@a38 1

@


1.2
log
@Deploy USE_GNOMENG infrastructure

PR:		42345
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.2.0
d30 14
@


1.1
log
@Add gnugadu 0.2.0, a GaduGadu client for X11/GTK.

PR:		33125
Submitted by:	doc@@lublin.t1.pl
@
text
@d19 3
a21 2
USE_GTK=	yes
WANT_ESOUND=	yes
d25 3
a27 2
.if defined(HAVE_ESOUND)
USE_ESOUND=	yes
@

