1998-07-13 01:14:13 +02:00
|
|
|
# New ports collection makefile for: wmtime
|
|
|
|
# Date created: 1 July 1998
|
|
|
|
# Whom: Rich Neswold <rneswold@mcs.net>
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 01:14:13 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= wmtime
|
2001-02-05 18:05:29 +01:00
|
|
|
PORTVERSION= 1.0b2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1999-01-18 07:43:04 +01:00
|
|
|
CATEGORIES= x11-clocks windowmaker
|
2006-05-26 19:41:42 +02:00
|
|
|
MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/ \
|
|
|
|
http://mirror2.unixfreunde.de/
|
1998-07-13 01:14:13 +02:00
|
|
|
|
2004-04-15 12:17:00 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Time/Date applet for WindowMaker
|
1998-07-13 01:14:13 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wmtime
|
1998-07-13 01:14:13 +02:00
|
|
|
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
|
|
|
|
USE_IMAKE= yes
|
- 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
|
|
|
USE_XORG= xpm
|
1998-07-13 01:14:13 +02:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|