summaryrefslogblamecommitdiff
path: root/x11-wm/fvwm95/Makefile
blob: a42f17b1e446e823592f6b87cbd2f8ce4957e7f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
                                                    
                                                             
 
           

 
                      
                       
                 
                      

                                          
                                                   

                    
                                 
                                                                   
 
                                               
                                                                     
 
                   
                   
                        
                   
                                                   
                                         
 





                                                                                   
             
                        


                                                     
                                                
                                                                


            
                      
# New ports collection makefile for:	fvwm95-2
# Date created:		Sa   1 Feb 1997 14:46:05 MET
# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#

PORTNAME=	fvwm95
PORTVERSION=	2.0.43a
PORTREVISION=	2
CATEGORIES=	x11-wm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}-Autoconf
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Win95 lookalike version of the fvwm2 window manager

LIB_DEPENDS=	rplay.1:${PORTSDIR}/audio/rplay
RUN_DEPENDS=	${X11BASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons

USE_X_PREFIX=	yes
USE_XPM=	yes
USE_XORG=	xbitmaps
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--includedir=${LOCALBASE}/include \
		--libdir=${LOCALBASE}/lib

MAN1=		fvwm95.1 FvwmAudio.1 FvwmDebug.1 FvwmSave.1 FvwmAuto.1 FvwmForm.1 \
		FvwmSaveDesk.1 FvwmBacker.1 FvwmIconBox.1 FvwmScroll.1 \
		FvwmBanner.1 FvwmIconMan.1 FvwmTalk.1 FvwmButtons.1 FvwmIdent.1 \
		FvwmTaskBar.1 FvwmConsole.1 FvwmM4.1 FvwmWinList.1 FvwmCpp.1 \
		FvwmPager.1

post-install:
.if !defined(NOPORTDOCS)
	@${INSTALL_MAN}	${WRKSRC}/fvwm/fvwm95.man \
		${PREFIX}/man/man1/fvwm95.1
	for na in ${WRKSRC}/modules/Fvwm*/*.man; do \
		name=$$(basename $$na .man).1; \
		${INSTALL_MAN} $$na ${PREFIX}/man/man1/$$name; \
	done
.endif

.include <bsd.port.mk>