2003-12-02 18:51:03 -05:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.3 2003/12/02 23:51:03 espie Exp $
|
import of gkrellm 2.1.21 and associated plugins
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.
2003-11-03 15:34:16 -05:00
|
|
|
|
|
|
|
MAINTAINER?= Peter Hessler <spambox@theapt.org>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
|
|
|
2003-12-02 18:51:03 -05:00
|
|
|
BUILD_DEPENDS+= :gkrellm->=2.1.0:sysutils/gkrellm/gkrellm,-client
|
2003-12-02 18:25:51 -05:00
|
|
|
RUN_DEPENDS+= :gkrellm->=2.1.0:sysutils/gkrellm/gkrellm,-client
|
import of gkrellm 2.1.21 and associated plugins
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.
2003-11-03 15:34:16 -05:00
|
|
|
|
|
|
|
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}
|
|
|
|
|