2004-01-22 23:20:35 +01:00
|
|
|
# New ports collection makefile for: wmbday
|
|
|
|
# Date created: 2004-01-06
|
2006-08-05 12:41:33 +02:00
|
|
|
# Whom: Ulrich Spoerlein <q@gmail.com>
|
2004-01-22 23:20:35 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wmbday
|
2006-08-05 12:41:33 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2008-03-22 00:55:13 +01:00
|
|
|
PORTREVISION= 2
|
2004-01-22 23:20:35 +01:00
|
|
|
CATEGORIES= x11-clocks
|
|
|
|
MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/
|
|
|
|
|
2006-05-29 22:46:13 +02:00
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
2004-01-22 23:20:35 +01:00
|
|
|
COMMENT= Window Maker dock app that will remind you of birthdays
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage
|
2004-01-22 23:20:35 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2005-07-06 18:25:20 +02:00
|
|
|
MAKEFILE= BSDmakefile
|
2006-08-05 12:41:33 +02:00
|
|
|
MAKE_ENV+= ${CONFIGURE_ENV}
|
2004-01-22 23:20:35 +01:00
|
|
|
|
|
|
|
MAN1= wmbday.1
|
2005-07-06 18:25:20 +02:00
|
|
|
MANCOMPRESSED= yes
|
2004-01-22 23:20:35 +01:00
|
|
|
|
2007-10-04 08:27:14 +02:00
|
|
|
.include <bsd.port.mk>
|