summaryrefslogtreecommitdiff
path: root/x11/xloadimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xloadimage/Makefile')
-rw-r--r--x11/xloadimage/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
deleted file mode 100644
index a688737c150f..000000000000
--- a/x11/xloadimage/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: xloadimage
-# Version required: 3.03
-# Date created: 9 January 1994
-# Whom: jmz
-#
-# $Id$
-#
-
-DISTNAME= xloadimage
-PKGNAME= xloadimage-3.03
-CATEGORIES+= x11
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
-DISTFILES= xloadimage.3.03.tar.Z
-
-MAINTAINER= jmz@FreeBSD.org
-
-NO_WRKSUBDIR= yes
-USE_IMAKE= yes
-MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
- XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
-
-pre-install:
- @mkdir -p ${PREFIX}/lib/X11/app-defaults
-
-.include <bsd.port.mk>