freebsd-ports/x11-clocks/wmbday/Makefile
Eric Anholt 4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00

29 lines
622 B
Makefile

# New ports collection makefile for: wmbday
# Date created: 2004-01-06
# Whom: Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
PORTNAME= wmbday
PORTVERSION= 0.2a
CATEGORIES= x11-clocks
MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/
MAINTAINER= q@uni.de
COMMENT= Window Maker dock app that will remind you of birthdays
BUILD_DEPENDS= ${X11BASE}/bin/xmessage:${X_CLIENTS_PORT}
HAS_CONFIGURE= yes
USE_XLIB= yes
MAN1= wmbday.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmbday ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/wmbday.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>