mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
d9a3bcb4d9
PR: ports/100923 Submitted by: Ulrich Spoerlein <uspoerlein(at)gmail.com> (maintainer) Approved by: krion (mentor)
33 lines
672 B
Makefile
33 lines
672 B
Makefile
# New ports collection makefile for: wmbday
|
|
# Date created: 2004-01-06
|
|
# Whom: Ulrich Spoerlein <q@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmbday
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/
|
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
|
COMMENT= Window Maker dock app that will remind you of birthdays
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/bin/xmessage:${X_CLIENTS_PORT}
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GETOPT_LONG=yes
|
|
MAKEFILE= BSDmakefile
|
|
MAKE_ENV+= ${CONFIGURE_ENV}
|
|
|
|
MAN1= wmbday.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|