freebsd-ports/x11-wm/wmcp/Makefile
Jim Mock 4c23e4942d Host this distfile myself (temporarily) since the wmcp web site seems
to have vanished.

Submitted by:	fenner's distfile survey
2001-04-22 00:34:45 +00:00

22 lines
424 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
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean wmcp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
.include <bsd.port.mk>