- Update to 1.25 - Use install-strip target to strip binaries devel/geany-plugin*: - Update to 1.25. geany-plugin-gproject was renamed to geany-plugin-projectorganizer New plugins added: geany-plugin-automark geany-plugin-ctags geany-plugin-git-changebar geany-plugin-markdown geany-plugin-overview - Drop obsolete patches - Use install-strip target to strip binaries - Enable verbose build on package cluster
23 lines
511 B
Makefile
23 lines
511 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-devhelp
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
|
|
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
|
|
|
|
USE_GNOME= gconf2
|
|
|
|
# Workaround for 9.x which doesn't have zlib.pc
|
|
LIBS= -lz
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,zlib,,g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|