head	1.30;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.25
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4;
locks; strict;
comment	@# @;


1.30
date	2013.03.07.13.47.36;	author svnexp;	state Exp;
branches;
next	1.29;

1.29
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2012.07.26.05.40.22;	author bapt;	state Exp;
branches;
next	1.27;

1.27
date	2012.07.23.01.33.55;	author dougb;	state Exp;
branches;
next	1.26;

1.26
date	2012.06.01.05.18.26;	author dinoex;	state Exp;
branches;
next	1.25;

1.25
date	2011.09.23.22.22.31;	author amdmi3;	state Exp;
branches;
next	1.24;

1.24
date	2011.08.11.19.19.21;	author kwm;	state Exp;
branches;
next	1.23;

1.23
date	2010.05.31.01.58.52;	author ade;	state Exp;
branches;
next	1.22;

1.22
date	2010.03.28.06.34.31;	author dinoex;	state Exp;
branches;
next	1.21;

1.21
date	2010.02.05.11.37.00;	author dinoex;	state Exp;
branches;
next	1.20;

1.20
date	2009.12.15.19.48.23;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2009.12.04.02.38.49;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2009.11.26.00.36.46;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2009.09.19.04.19.54;	author wxs;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.28.16.52.26;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.22.00.20.32;	author amdmi3;	state Exp;
branches;
next	1.14;

1.14
date	2009.07.31.13.51.05;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.06.13.28.20;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2008.01.23.22.43.35;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2007.10.17.09.57.58;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2007.05.19.20.05.10;	author flz;	state Exp;
branches;
next	1.9;

1.9
date	2006.10.14.08.52.52;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.07.11.09.21;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.26.15.54.32;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.05.05.21.32;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.04.08.44.40;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.17.06.40.31;	author ahze;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.17.06.35.25;	author ahze;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.12.10.53.46;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2005.03.04.06.37.54;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.30
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313559
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: ijliao
# $FreeBSD: head/ftp/pureadmin/Makefile 313559 2013-03-07 03:25:10Z bdrewery $

PORTNAME=	pureadmin
PORTVERSION=	0.4
PORTREVISION=	6
CATEGORIES=	ftp
MASTER_SITES=	SF/purify/Default/${PORTVERSION}

MAINTAINER=	c.petrik.sosa@@gmail.com
COMMENT=	Management utility for the PureFTPd

USE_GNOME=	gnomehack libglade2
USE_PKGCONFIG=	yes
USE_FAM=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes

CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

PORTDOCS=	index.txt introduction.txt main_window.txt \
		preferences.txt user_manager.txt

pre-configure:
	@@${REINPLACE_CMD} -e '/install-data-local:/s|install-docs||' ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.29
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# Ports collection makefile for:	pureadmin
# Date created:			Mar 4, 2005
# Whom:				ijliao
#
# $FreeBSD: head/ftp/pureadmin/Makefile 301539 2012-07-26 05:40:22Z bapt $
#
d10 1
a10 1
MAINTAINER=	ports@@FreeBSD.org
@


1.28
log
@SVN rev 301539 on 2012-07-26 05:40:22Z by bapt

new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.27
log
@SVN rev 301362 on 2012-07-23 01:33:55Z by dougb

For ports maintained by ports@@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
@
text
@a17 2
BUILD_DEPENDS=	pkg-config>0:${PORTSDIR}/devel/pkg-config

d19 1
@


1.26
log
@- update png to 1.5.10
@
text
@d18 3
a20 1
USE_GNOME=	pkgconfig gnomehack libglade2
@


1.25
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d11 1
a11 1
PORTREVISION=	5
@


1.24
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@a22 1
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
d25 2
a26 2
CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
@


1.23
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d18 1
a18 1
USE_GNOME=	pkgconfig gnomehack gnometarget libglade2
@


1.22
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d11 1
a11 1
PORTREVISION=	4
@


1.21
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	3
@


1.20
log
@Reset maintainer at his request.

PR:		ports/141647
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.19
log
@Reinstate maintainer at his request.
@
text
@d15 1
a15 1
MAINTAINER=	chris@@officialunix.com
@


1.18
log
@Temporarily reassign ports maintained by chris@@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.17
log
@- Pass maintainer to submitter.

PR:		ports/138957
Submitted by:	Chris Petrik <chris@@officialunix.com>
Feature safe:	yes
@
text
@d15 1
a15 1
MAINTAINER=	chris@@officialunix.com
@


1.16
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.15
log
@- Switch SourceForge ports to the new File Release System: categories starting with E,F
@
text
@d15 1
a15 1
MAINTAINER=	beech@@FreeBSD.org
@


1.14
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d13 1
a13 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	purify
@


1.13
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
@d11 1
a11 1
PORTREVISION=	1
@


1.12
log
@- Adopt orphan ports in ftp category.

Approved by:	linimon (mentor, implicit)
@
text
@d11 1
@


1.11
log
@- Update to 0.4

PR:		116925
Submitted by:	ports fury
Thanks to:	beech/nox
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
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 2
PORTVERSION=	0.3
PORTREVISION=	2
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
d18 1
a18 2
USE_X_PREFIX=	yes
USE_GNOME=	gnomehack gnomeprefix libglade2
d20 2
a21 1
INSTALLS_ICONS=	yes
d24 1
d29 11
a39 2
post-patch:
	@@${REINPLACE_CMD} -e 's|-std=gnu99||g' ${WRKSRC}/src/Makefile.in
@


1.9
log
@Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.8
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d11 1
@


1.7
log
@- Update to 0.3

PR:		ports/89576
Submitted by:	Ports Fury
@
text
@a20 1
USE_REINPLACE=	yes
@


1.6
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d10 1
a10 2
PORTVERSION=	0.2.2
PORTREVISION=	1
a17 2
LIB_DEPENDS=	fam.0:${PORTSDIR}/devel/fam

d19 2
a20 1
USE_GNOME=	gnomehack gnomeprefix gtk20
d22 1
d24 4
a27 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
d30 1
a30 1
	@@${REINPLACE_CMD} -e '/-g -Wall/d' ${WRKSRC}/src/Makefile.in
@


1.5
log
@- Update to version 0.2.2.

PR:		ports/79471
Submitted by:	Ports Fury
@
text
@d11 1
@


1.4
log
@- Readd gnomeprefix and add USE_X_PREFIX since there is gnome stuff in plist
@
text
@d10 1
a10 2
PORTVERSION=	0.2.1
PORTREVISION=	1
a19 1
USE_GNOME=	gnomeprefix gnomehack pkgconfig gtk20
d21 2
a22 1
USE_GETTEXT=	yes
d24 1
a24 1
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
d27 2
a28 12
PLIST_FILES=	bin/pureadmin bin/pureadminsearch \
		share/locale/fr/LC_MESSAGES/pureadmin.mo \
		share/locale/it/LC_MESSAGES/pureadmin.mo \
		share/locale/sv/LC_MESSAGES/pureadmin.mo \
		share/gnome/applications/pureadmin.desktop \
		share/gnome/pixmaps/pureadmin.png

post-install:
	@@${FIND} ${PREFIX}/share/gnome/pureadmin ! -type d | \
		${SED} 's,${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/share/gnome/pureadmin -type d | ${SORT} -r | \
		${SED} 's,${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
@


1.3
log
@- Remove gnomeprefix to fix plist

Pointed out by:	krion via pointyhat
@
text
@d21 2
a22 1
USE_GNOME=	gnomehack pkgconfig gtk20
@


1.2
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d21 1
a21 1
USE_GNOME=	gnomehack gnomeprefix pkgconfig gtk20
@


1.1
log
@add pureadmin 0.2.1
Management utility for the PureFTPd
@
text
@d11 1
@

