openbsd-ports/sysutils/gkrellm/plugins/Makefile.inc
ajacoutot d74e953a69 - big gkrellm plugins cleanup:
* fix WANTLIB after recent gtk update
* use $V as version variable everywhere it is needed
* rework comments: lowercase, typo
* remove dead homepage, master_sites
* PKGNAME harmonization (ie. gkrellmpluginname)
* add sysutils/gkrellm to CATEGORIES in Makefile.inc instead of all
plugins Makefiles
2007-10-25 15:15:54 +00:00

36 lines
978 B
Makefile

# $OpenBSD: Makefile.inc,v 1.17 2007/10/25 15:15:54 ajacoutot Exp $
MAINTAINER?= Antoine Jacoutot <ajacoutot@openbsd.org>
CATEGORIES+= sysutils/gkrellm
# GPL
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_CDROM?=Yes
PERMIT_DISTFILES_FTP?= Yes
WANTLIB?= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender atk-1.0 expat fontconfig z \
freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
glib-2.0 gmodule-2.0 gobject-2.0 glitz png \
gthread-2.0 gtk-x11-2.0 iconv intl m \
pango-1.0 pangocairo-1.0 pangoft2-1.0 \
cairo Xcomposite Xdamage
.if defined(EXTRA_WANTLIB)
WANTLIB+= ${EXTRA_WANTLIB}
.endif
BUILD_DEPENDS+= :gkrellm->=2.2.0:sysutils/gkrellm/gkrellm,-client
RUN_DEPENDS+= :gkrellm->=2.2.0:sysutils/gkrellm/gkrellm,-client
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
NO_REGRESS= Yes
USE_GMAKE= Yes
USE_X11?= Yes
PLUGINDIR= ${PREFIX}/lib/gkrellm2/plugins
do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
${INSTALL_DATA} ${PLUGIN} ${PLUGINDIR}