freebsd-ports/misc/wmcp/Makefile
Steve Price 24b9971fdf New MASTER_SITE.
PR:		11576
Submitted by:	maintainer
1999-05-09 16:56:14 +00:00

31 lines
632 B
Makefile

# New ports collection makefile for: wmcp
# Version required: 1.2.6
# Date created: 10 February 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.1.1.1 1999/03/30 18:46:36 taoka Exp $
#
DISTNAME= wmcp-1.2.6
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
.include <bsd.port.pre.mk>
pre-build:
(cd ${WRKSRC} && ${GMAKE} clean)
do-build:
(cd ${WRKSRC} && make)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
.include <bsd.port.post.mk>