freebsd-ports/astro/gkrellmoon2/Makefile
Martin Wilke 3e4ed01146 - 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 17:56:05 +00:00

35 lines
881 B
Makefile

# 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
PORTREVISION= 4
CATEGORIES= astro
MASTER_SITES= SF
MASTER_SITE_SUBDIR= gkrellmoon
DISTNAME= gkrellmoon-${PORTVERSION}
MAINTAINER= w@wrzask.pl
COMMENT= A moon clock plugin for Gkrellm2
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
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>