2004-07-30 03:03:58 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: cssed
|
|
|
|
# Date created: Jul 29, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cssed
|
2005-11-28 17:40:48 +01:00
|
|
|
PORTVERSION= 0.4.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-07-30 03:03:58 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= An application to help CSS style sheets creation and maintenance
|
|
|
|
|
2004-10-20 02:32:08 +02:00
|
|
|
USE_X_PREFIX= yes
|
2005-11-28 17:40:48 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget gtk20 libxml2
|
2004-07-30 03:03:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-28 17:40:48 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-07-30 03:03:58 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-11-28 17:40:48 +01:00
|
|
|
CONFIGURE_ARGS= --with-plugin-headers
|
2004-07-30 03:03:58 +02:00
|
|
|
|
2005-11-28 17:40:48 +01:00
|
|
|
MAN1= cssed.1
|
2004-07-30 03:03:58 +02:00
|
|
|
|
2004-10-20 02:32:08 +02:00
|
|
|
post-patch:
|
2005-11-28 17:40:48 +01:00
|
|
|
.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
|
2004-07-30 03:03:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|