diff options
Diffstat (limited to 'graphics/pixmap/Makefile')
-rw-r--r-- | graphics/pixmap/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile deleted file mode 100644 index b6307ac1a3f4..000000000000 --- a/graphics/pixmap/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: pixmap -# Version required: 2.6 -# Date created: 19 February 1995 -# Whom: jmz -# -# $Id: Makefile,v 1.6 1995/04/09 07:09:39 asami Exp $ -# - -DISTNAME= pixmap2.6 -PKGNAME= pixmap-2.6 -CATEGORIES+= graphics -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/ -MAINTAINER= jmz@FreeBSD.org - -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm - -WRKSRC= ${WRKDIR}/pixmap -USE_IMAKE= yes - -.include <bsd.port.mk> |