mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
6aae51b6c6
Submitted by: portmgr (blanket infrastructure)
22 lines
506 B
Makefile
22 lines
506 B
Makefile
# Created by: 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} X11BASE=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|