freebsd-ports/www/cssed/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

35 lines
887 B
Makefile

# Created by: ijliao
PORTNAME= cssed
PORTVERSION= 0.4.0
PORTREVISION= 14
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Application to help CSS style sheets creation and maintenance
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang dos2unix gettext gnome localbase pathfix \
pkgconfig
DOS2UNIX_FILES= scintilla/gtk/ScintillaGTK.cxx
USE_GNOME= gtk20 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-plugin-headers
CXXFLAGS+= -Wno-c++11-narrowing
DESKTOP_ENTRIES="CSSED" "CSS Editor" "${DATADIR}/pixmaps/cssed-icon.png" \
"${PORTNAME}" "GTK;Development;WebDevelopment;TextEditor;" ""
post-patch:
@${REINPLACE_CMD} -e \
's|gthread-2.0|gmodule-2.0|' ${WRKSRC}/configure
.for i in scintilla/gtk/Makefile.in src/Makefile.in
@${REINPLACE_CMD} -e 's|gcc|@CC@|g ; \
s|g++|@CXX@|g' ${WRKSRC}/${i}
.endfor
.include <bsd.port.mk>