diff options
Diffstat (limited to 'x11/libhelp/Makefile')
-rw-r--r-- | x11/libhelp/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11/libhelp/Makefile b/x11/libhelp/Makefile deleted file mode 100644 index 854f216e57d..00000000000 --- a/x11/libhelp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: libhelp -# Date created: 11 December 96 -# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> -# -# $FreeBSD$ -# - -PORTNAME= libhelp -PORTVERSION= 1.8.1 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/libhelp/ - -MAINTAINER= Lars.Koeller@Uni-Bielefeld.de - -BROKEN= "Broken by open-motif upgrade" - -USE_MOTIF= YES -USE_IMAKE= YES -NO_INSTALL_MANPAGES= YES - -post-install: - @${MKDIR} ${X11BASE}/lib/X11/xmhelp/pixmaps - ${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${X11BASE}/lib/X11/xmhelp/pixmaps - @${MKDIR} ${X11BASE}/lib/X11/xmhelp/help - ${INSTALL_DATA} ${WRKSRC}/help/* ${X11BASE}/lib/X11/xmhelp/help - -.include <bsd.port.mk> |