freebsd-ports/games/xpipeman/Makefile
Christian Weisgerber b3bf4f319f Properly fix the LP64 issue in the application resource handling rather
than praying that globals end up in the lower 32-bit address space.

Add a number of missing includes, missing prototypes, etc.
2015-09-19 20:04:52 +00:00

23 lines
582 B
Makefile

# Created by: swallace
# $FreeBSD$
PORTNAME= xpipeman
PORTVERSION= 1.0
PORTREVISION= 4
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
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>