diff options
author | pav <pav@FreeBSD.org> | 2005-07-10 19:15:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-10 19:15:10 +0800 |
commit | b30b4afe3a8879881c619068c4927e986386397d (patch) | |
tree | 32d0fd55cd5799883ce6921b2b3aaf2ad9dae375 /misc/wmcp/Makefile | |
parent | 3454c431233f866c0a552164f099e2a31ceaeffe (diff) | |
download | freebsd-ports-gnome-b30b4afe3a8879881c619068c4927e986386397d.tar.gz freebsd-ports-gnome-b30b4afe3a8879881c619068c4927e986386397d.tar.zst freebsd-ports-gnome-b30b4afe3a8879881c619068c4927e986386397d.zip |
- Move pager ports from misc/ to sysutils/
misc/44bsd-more -> sysutils/44bsd-more
misc/less -> sysutils/less
misc/most -> sysutils/most
misc/reed -> sysutils/reed
misc/wmcp -> x11-wm/wmcp (this one is a X11 desktop pager)
Repocopied by: marcus
Diffstat (limited to 'misc/wmcp/Makefile')
-rw-r--r-- | misc/wmcp/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile deleted file mode 100644 index 705603133c51..000000000000 --- a/misc/wmcp/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= A dockable pager for Window Maker - -PLIST_FILES= bin/wmcp -USE_X_PREFIX= yes -USE_XPM= yes -ALL_TARGET= clean wmcp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin - -.include <bsd.port.mk> |