1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11-clocks/wmtz/Makefile
Satoshi Taoka d1812891ae a dockapp that displays the time in different time zones
PR:		11297
Submiited by:	Jim Mock <jim@phrantic.phear.net>
1999-04-30 06:00:15 +00:00

37 lines
1.1 KiB
Makefile

# New ports collection makefile for: wmtz
# Version required: 0.2
# Date created: 24 Apr 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id$
#
DISTNAME= wmtz-0.2
CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES= http://www.algonet.se/~jlin/
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtz
USE_X_PREFIX= yes
post-install:
@${ECHO} " "
@${ECHO} "-----------------------------------------------------------"
@${ECHO} "===> Installing wmtzrc in ${PREFIX}/share/examples/wmtz"
@${ECHO} "===> Modify to your config and copy to ~/.wmtzrc"
@${ECHO} "-----------------------------------------------------------"
@${ECHO} " "
@${MKDIR} ${PREFIX}/share/examples/wmtz && chmod a+rx ${PREFIX}/share/examples/wmtz
${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz
@${ECHO} " "
@${ECHO} "-----------------------------------------------------------"
@${ECHO} "===> Run wmtz --help for usage instructions"
@${ECHO} "-----------------------------------------------------------"
@${ECHO} " "
.include <bsd.port.mk>