mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
22 lines
473 B
Makefile
22 lines
473 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/ \
|
|
LOCAL/uqs
|
|
|
|
MAINTAINER= uqs@FreeBSD.org
|
|
COMMENT= Window Maker dock app that will remind you of birthdays
|
|
|
|
BUILD_DEPENDS= xmessage:x11/xmessage
|
|
|
|
USES= uidfix
|
|
HAS_CONFIGURE= yes
|
|
MAKEFILE= BSDmakefile
|
|
MAKE_ENV+= ${CONFIGURE_ENV} X11BASE=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|