aboutsummaryrefslogblamecommitdiff
path: root/games/xpipeman/Makefile
blob: a0b19b3b653f769b25bae0a34dde2332b956df9d (plain) (tree)
1
2
3
4
5
6
7
8
9
                      
 
                        
                   
                     
                                      
                           
 
                                 
                                                   
 
                                
                                          
                                      
 
           


                                                                                         

                      
# Created by: swallace

PORTNAME=	xpipeman
PORTVERSION=	1.5
CATEGORIES=	games
MASTER_SITES=	SUNSITE/games/strategy
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Connect the pipes to stop the leaks

USES=		imake tar:Z xorg
USE_XORG=	x11 xaw xext xmu xt sm ice
CFLAGS+=	-Wno-error=return-type

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${STAGEDIR}${MANPREFIX}/man/man6/xpipeman.6
	${INSTALL} -c ${FILESDIR}/xpipescores ${STAGEDIR}${PREFIX}/lib/X11

.include <bsd.port.mk>