2004-08-29 20:28:06 +02:00
|
|
|
# New ports collection makefile for: gkrellmoon2
|
|
|
|
# Date Created: Wed Aug 25 13:18:39 CEST 2004
|
|
|
|
# Whom: Jan Srzednicki <w@wrzask.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmoon2
|
|
|
|
PORTVERSION= 0.6
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 5
|
2004-08-29 20:28:06 +02:00
|
|
|
CATEGORIES= astro
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2004-08-29 20:28:06 +02:00
|
|
|
MASTER_SITE_SUBDIR= gkrellmoon
|
|
|
|
DISTNAME= gkrellmoon-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= w@wrzask.pl
|
|
|
|
COMMENT= A moon clock plugin for Gkrellm2
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
2004-08-29 20:28:06 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
|
|
|
|
ALL_TARGET= gkrellmoon.so
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gkrellmoon.so \
|
|
|
|
${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
|
|
|
${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
.endif #NOPORTDOCS
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|