mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
d2ea6f87e1
PR: ports/112358 Submitted by: Harald Muehlboeck <home at clef.at> - Use PLIST_FILES to axe small pkg-plist - Use DOCSDIR, PORTDOCS macros
34 lines
691 B
Makefile
34 lines
691 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_XPM= yes
|
|
|
|
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>
|