73ddfa66bd
besides bringing gkrellm and the plugins up2date, this introduces a new port structure, where all plugins are located in sysutils/gkrellm/plugins. the set of plugins consists of: aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder shoot, stock, sun, volume, weather and wireless ports done and maintained by Peter Hessler <spambox@theapt.org> all prior maintainers either agreed to him taking over their plugins or timed out.
24 lines
543 B
Makefile
24 lines
543 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2003/11/03 20:34:16 sturm Exp $
|
|
|
|
MAINTAINER?= Peter Hessler <spambox@theapt.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
|
|
BUILD_DEPENDS+= :gkrellm->=2.1.0:sysutils/gkrellm/gkrellm
|
|
RUN_DEPENDS+= :gkrellm->=2.1.0:sysutils/gkrellm/gkrellm
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
PLUGINDIR= ${PREFIX}/lib/gkrellm2/plugins
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PLUGINDIR}
|
|
${INSTALL_DATA} ${PLUGIN} ${PLUGINDIR}
|
|
|