1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/cssed/Makefile
Dmitry Marakasov 6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00

37 lines
807 B
Makefile

# ex:ts=8
# Ports collection makefile for: cssed
# Date created: Jul 29, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cssed
PORTVERSION= 0.4.0
PORTREVISION= 6
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>