mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3e4ed01146
- 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)
34 lines
692 B
Makefile
34 lines
692 B
Makefile
# New ports collection makefile for: wmdate
|
|
# Date created: 1 February 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmdate
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-clocks windowmaker afterstep
|
|
MASTER_SITES= http://solfertje.student.utwente.nl/~dalroi/wmdate/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Date app for the WindowMaker dock
|
|
|
|
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
|
|
PLIST_FILES= bin/wmdate
|
|
|
|
PORTDOCS= README
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
@${ECHO_MSG} "===> README installed in ${DOCSDIR}"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|