mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
30 lines
837 B
Makefile
30 lines
837 B
Makefile
# New ports collection makefile for: wmtz
|
|
# Version required: 0.5
|
|
# Date created: 24 Apr 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmtz-0.5
|
|
CATEGORIES= x11-clocks windowmaker afterstep
|
|
MASTER_SITES= http://www.algonet.se/~jlin/wmtz/ \
|
|
http://people.FreeBSD.org/~jim/distfiles/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtz
|
|
USE_X_PREFIX= yes
|
|
|
|
post-install:
|
|
@${ECHO} "===> Installing wmtzrc in ${PREFIX}/share/examples/wmtz"
|
|
@${ECHO} "===> Modify to your config and copy to ~/.wmtzrc"
|
|
@${MKDIR} ${PREFIX}/share/examples/wmtz && ${CHMOD} a+rx ${PREFIX}/share/examples/wmtz
|
|
@${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz
|
|
@${ECHO} "===> Run wmtz --help for usage instructions"
|
|
|
|
.include <bsd.port.mk>
|