aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/piewm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/piewm/Makefile')
-rw-r--r--x11-wm/piewm/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile
deleted file mode 100644
index a40df0b68684..000000000000
--- a/x11-wm/piewm/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: piewm
-# Version required: ? (there is only one piewm version avyway)
-# Date created: 24 November 1994
-# Whom: asami
-#
-# $Id: Makefile,v 1.8 1995/04/01 12:51:03 jkh Exp $
-#
-
-DISTNAME= piewm
-PKGNAME= piewm-1.0
-CATEGORIES+= x11
-MASTER_SITES= ftp://ftp.x.org/R5contrib/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= asami@FreeBSD.ORG
-
-LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
-
-USE_IMAKE= yes
-
-# piewm.tar.Z includes and old version of xpm, and also a bunch of .o
-# files plus an executable
-
-pre-configure:
- @/bin/rm -rf ${WRKDIR}/xpm
-
-pre-build:
- @(cd ${WRKSRC}; ${MAKE} clean)
-
-.include <bsd.port.mk>