aboutsummaryrefslogtreecommitdiffstats
path: root/www/cssed/Makefile
blob: 3c5b7554f036762df2897748a0e12fd0d96029d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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>