aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-10 17:40:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-10 17:40:51 +0000
commit12f5d21f6368b6aac1486e6acf6f470b54659fa8 (patch)
tree0f12be0c7150f6748fb697fa04264ef6120f3eba /graphics/hobbes-icons-xpm/Makefile
parent6ad285aa0f342a19083a1d8d0e28355bb10e1421 (diff)
Notes
Diffstat (limited to 'graphics/hobbes-icons-xpm/Makefile')
-rw-r--r--graphics/hobbes-icons-xpm/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile
deleted file mode 100644
index 95a1d7862d8f..000000000000
--- a/graphics/hobbes-icons-xpm/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: hobbes-icons-xpm3
-# Date created: 19 October 1996
-# Whom: pgs
-#
-# $FreeBSD$
-#
-
-PORTNAME= hobbes-icons-xpm3
-PORTVERSION= 1.0
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.x.org/R5contrib/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Collection of over 3000 icons in XPM3 format
-
-DEPRECATED= Archaic port
-EXPIRATION_DATE= 2007-03-28
-
-USE_X_PREFIX= yes
-NO_BUILD= yes
-
-# Where it will be installed (change pkg/PLIST if you change this)
-LIBDIR= ${PREFIX}/include/X11/pixmaps
-
-do-install:
- @${MKDIR} ${LIBDIR}
- ${CP} -R ${WRKSRC}/* ${LIBDIR}
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
- -${RM} ${LIBDIR}/README
- -${RM} ${LIBDIR}/readem.shar
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>