1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11-wm/wmcp/Makefile
2003-10-16 02:26:47 +00:00

30 lines
563 B
Makefile

# New ports collection makefile for: wmcp
# Date created: 10 February 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmcp
PORTVERSION= 1.2.8
CATEGORIES= misc windowmaker
MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
MAINTAINER= jim@FreeBSD.org
COMMENT= A dockable pager for Window Maker
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean wmcp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>