mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
33fba23c85
processes PR: 18299 Submitted by: Dan Piponi <wmtop@tanelorn.demon.co.uk>
26 lines
517 B
Makefile
26 lines
517 B
Makefile
# New ports collection makefile for: wmtop
|
|
# Date created: 07 May 2000
|
|
# Whom: Dan Piponi <wmtop@tanelorn.demon.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmtop
|
|
PORTVERSION= 0.81
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://wmtop.sourceforge.net/
|
|
|
|
MAINTAINER= wmtop@tanelorn.demon.co.uk
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= freebsd
|
|
|
|
MAN1= wmtop.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|