Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= cssed |
9 |
PORTNAME= cssed |
10 |
PORTVERSION= 0.3.0 |
10 |
PORTVERSION= 0.4.0 |
11 |
PORTREVISION= 3 |
|
|
12 |
CATEGORIES= www |
11 |
CATEGORIES= www |
13 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
14 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 16-33
Link Here
|
16 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
17 |
COMMENT= An application to help CSS style sheets creation and maintenance |
16 |
COMMENT= An application to help CSS style sheets creation and maintenance |
18 |
|
17 |
|
19 |
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 |
|
|
20 |
|
21 |
USE_X_PREFIX= yes |
18 |
USE_X_PREFIX= yes |
22 |
USE_GNOME= gtk20 |
19 |
USE_GNOME= gnomehack gnometarget gtk20 libxml2 |
23 |
USE_REINPLACE= yes |
20 |
USE_REINPLACE= yes |
24 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
26 |
LDFLAGS="-L${LOCALBASE}/lib" |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
|
|
24 |
CONFIGURE_ARGS= --with-plugin-headers |
27 |
|
25 |
|
28 |
MAN1= cssed.1 |
26 |
MAN1= cssed.1 |
29 |
|
27 |
|
30 |
post-patch: |
28 |
post-patch: |
31 |
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in |
29 |
.for file in scintilla/gtk/ScintillaGTK.cxx |
|
|
30 |
@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_tr \ |
31 |
&& ${TR} -d '\r' < ${file}.pre_tr > ${file} |
32 |
.endfor |
33 |
.for file in scintilla/gtk/Makefile.in src/Makefile.in |
34 |
@${REINPLACE_CMD} -e 's|gcc|@CC@|g ; \ |
35 |
s|g++|@CXX@|g' ${WRKSRC}/src/Makefile.in |
36 |
.endfor |
32 |
|
37 |
|
33 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |