1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/x11-clocks/wmbday/Makefile
Ulrich Spörlein 3372a74691 Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by:	pav
2010-11-26 08:01:49 +00:00

28 lines
595 B
Makefile

# New ports collection makefile for: wmbday
# Date created: 2004-01-06
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
PORTNAME= wmbday
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= uqs
MAINTAINER= uqs@FreeBSD.org
COMMENT= Window Maker dock app that will remind you of birthdays
BUILD_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage
HAS_CONFIGURE= yes
MAKEFILE= BSDmakefile
MAKE_ENV+= ${CONFIGURE_ENV}
MAN1= wmbday.1
MANCOMPRESSED= yes
.include <bsd.port.mk>