diff options
Diffstat (limited to 'misc/wmproxyper/Makefile')
-rw-r--r-- | misc/wmproxyper/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/misc/wmproxyper/Makefile b/misc/wmproxyper/Makefile deleted file mode 100644 index 835506aec132..000000000000 --- a/misc/wmproxyper/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: wmproxyper -# Date created: 22 June 2002 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# -# $FreeBSD$ -# - -PORTNAME= wmproxyper -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= misc windowmaker afterstep -MASTER_SITES= http://home.student.utwente.nl/w.k.havinga/wmproxyper/ -DISTNAME= WMProxyPer-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Displays Distributed.net Personal Proxy current status and progress - -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - -LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp - -PLIST_FILES= bin/wmproxyper -USE_GMAKE= yes -USE_XPM= yes -USE_X_PREFIX= yes -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" INC=-I${X11BASE}/include \ - LIBS="-lXext -lX11 -lm -L${LOCALBASE}/lib -L${X11BASE}/lib -lXpm -ldockapp" - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> |