blob: aa3b01fafbec48f4c4590f2f3cdf72c360c9c7d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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} X11BASE=${LOCALBASE}
MAN1= wmbday.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|