mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
29 lines
694 B
Makefile
29 lines
694 B
Makefile
# Created by: Pav Lucistnik <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gkrellm-xkb
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 11
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= http://www.sweb.cz/tripie/gkrellm/xkb/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X keyboard layout plugin for GKrellM
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:sysutils/gkrellm2
|
|
|
|
USES= pkgconfig
|
|
PLIST_FILES= libexec/gkrellm2/plugins/xkb.so
|
|
MAKE_ENV= PLUGIN_DIR=${PLUGINDIR}
|
|
ALL_TARGET= xkb.so
|
|
PLUGINDIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/$$(CC)/ s|FLAGS|CFLAGS|' ${WRKSRC}/Makefile
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PLUGINDIR}
|
|
|
|
.include <bsd.port.mk>
|