1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-wm/wmcp/Makefile
Chris Piazza 0a92f1cd60 Update to 1.2.8
PR:		12443
Submitted by:	maintainer
1999-06-29 17:09:23 +00:00

30 lines
599 B
Makefile

# New ports collection makefile for: wmcp
# Version required: 1.2.8
# Date created: 10 February 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.2 1999/05/09 16:56:14 steve Exp $
#
DISTNAME= wmcp-1.2.8
CATEGORIES= misc windowmaker
MASTER_SITES= http://users.linuxbox.com/~bac/src/wmcp/
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
USE_X_PREFIX= yes
pre-build:
(cd ${WRKSRC} && ${GMAKE} clean)
do-build:
(cd ${WRKSRC} && ${GMAKE})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
.include <bsd.port.mk>