freebsd-ports/audio/slimserver-superdatetime/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

33 lines
826 B
Makefile

# New ports collection makefile for: slimserver-superdatetime
# Date created: 22 January 2007
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= superdatetime
PORTVERSION= 5.0.13
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.gregbrown.net/squeeze/SuperDateTime/
PKGNAMEPREFIX= slimserver-
DISTNAME= SuperDateTime${PORTVERSION:S/./-/g}
DIST_SUBDIR= slimserver
MAINTAINER= tdb@FreeBSD.org
COMMENT= SlimServer plugin to display current weather conditions and forecasts
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/slimserver
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
SLIMDIR?= slimserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime
${INSTALL_DATA} ${WRKSRC}/SuperDateTime/* ${PREFIX}/${SLIMDIR}/Plugins/SuperDateTime
.include <bsd.port.mk>