1999-03-31 07:01:33 +02:00
|
|
|
# New ports collection makefile for: wmdate
|
|
|
|
# Date created: 1 February 1999
|
1999-08-14 10:37:25 +02:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-03-31 07:01:33 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1999-03-31 07:01:33 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= wmdate
|
2001-02-05 18:05:29 +01:00
|
|
|
PORTVERSION= 0.7
|
2007-06-21 09:18:34 +02:00
|
|
|
PORTREVISION= 3
|
1999-03-31 07:01:33 +02:00
|
|
|
CATEGORIES= x11-clocks windowmaker afterstep
|
2005-11-27 04:24:37 +01:00
|
|
|
MASTER_SITES= http://solfertje.student.utwente.nl/~dalroi/wmdate/files/
|
1999-03-31 07:01:33 +02:00
|
|
|
|
2003-12-15 02:17:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Date app for the WindowMaker dock
|
1999-03-31 07:01:33 +02:00
|
|
|
|
2007-06-21 09:18:34 +02:00
|
|
|
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
|
1999-03-31 07:01:33 +02:00
|
|
|
|
|
|
|
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
|
1999-03-31 07:01:33 +02:00
|
|
|
|
2007-06-21 09:18:34 +02:00
|
|
|
PLIST_FILES= bin/wmdate
|
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
1999-07-17 19:35:45 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2007-06-21 09:18:34 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> README installed in ${DOCSDIR}"
|
1999-07-17 19:35:45 +02:00
|
|
|
.endif
|
|
|
|
|
1999-03-31 07:01:33 +02:00
|
|
|
.include <bsd.port.mk>
|