head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.06.01.05.24.49;	author dinoex;	state Exp;
branches;
next	1.15;

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

1.14
date	2011.08.11.19.20.01;	author kwm;	state Exp;
branches;
next	1.13;

1.13
date	2010.03.28.06.44.40;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2010.02.05.11.44.41;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2009.07.31.13.56.24;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.06.14.06.49;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.21.22.06.14;	author beech;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.24.33;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.41.09;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.28.16.40.48;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.05.05.21.51;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.12.10.54.01;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2004.11.07.22.37.21;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.20.00.32.08;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.17
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	cssed
# Date created:			Jul 29, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/cssed/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cssed
PORTVERSION=	0.4.0
PORTREVISION=	7
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An application to help CSS style sheets creation and maintenance

USE_GNOME=	gnomehack gtk20 libxml2
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--with-plugin-headers

MAN1=		cssed.1

post-patch:
.for file in scintilla/gtk/ScintillaGTK.cxx
	@@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_tr \
		&& ${TR} -d '\r' < ${file}.pre_tr > ${file}
.endfor
.for file in scintilla/gtk/Makefile.in src/Makefile.in
	@@${REINPLACE_CMD} -e 's|gcc|@@CC@@|g ; \
		 s|g++|@@CXX@@|g' ${WRKSRC}/src/Makefile.in
.endfor

.include <bsd.port.mk>
@


1.16
log
@- update png to 1.5.10
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.15
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=	6
@


1.14
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
@d20 2
a21 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.13
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d18 1
a18 1
USE_GNOME=	gnomehack gnometarget gtk20 libxml2
@


1.12
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	5
@


1.11
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d11 1
a11 1
PORTREVISION=	4
@


1.10
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=	3
@


1.9
log
@- Remove USE_X_PREFIX
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 1
PORTREVISION=	1
d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
a17 1
USE_X_PREFIX=	yes
@


1.7
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d11 1
@


1.6
log
@- Update to 0.4.0

PR:		ports/89584
Submitted by:	Ports Fury
@
text
@a19 1
USE_REINPLACE=	yes
@


1.5
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d10 1
a10 2
PORTVERSION=	0.3.0
PORTREVISION=	3
a17 2
LIB_DEPENDS=	expat.5:${PORTSDIR}/textproc/expat2

d19 1
a19 1
USE_GNOME=	gtk20
d22 1
a22 1
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
d24 1
d26 1
a26 1
MAN1=	cssed.1
d29 8
a36 1
	@@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
@


1.4
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.3
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.2
log
@- Update to 0.3.0

PR:		ports/72869
Submitted by:	Piotr Smyrak <piotr.smyrak@@heron.pl>
@
text
@d11 1
@


1.1
log
@add cssed 0.2.1
An application to help CSS style sheets creation and maintenance
@
text
@d10 1
a10 1
PORTVERSION=	0.2.1
d20 1
a20 2
USE_ICONV=	yes
USE_GETTEXT=	yes
d22 1
a26 1
PLIST_FILES=	bin/cssed share/locale/es/LC_MESSAGES/cssed.mo share/locale/fr/LC_MESSAGES/cssed.mo
d29 2
a30 5
post-install:
	@@${FIND} ${DATADIR} ! -type d | \
		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} ${DATADIR} -type d | ${SORT} -r | \
		${SED} 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
@

