freebsd-ports/games/xlines/Makefile
Vanilla I. Shu 378aad359f XLines is an old game of balls where your goal is to remove
as many balls from the game field as you can.
PR:		ports/5736
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-02-13 18:08:30 +00:00

34 lines
903 B
Makefile

# New ports collection makefile for: xlines
# Version required: 1.0
# Date created: 11 February 1998
# Whom: Andrey Zakhvatov
#
# $Id:$
#
DISTNAME= xlines
PKGNAME= xlines-1.0
CATEGORIES= games x11
MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
USE_X11= yes
WRKSRC= ${WRKDIR}
pre-patch:
@ ${TR} -d "\015" < ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.new
@ ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/xlines
@ ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
@ ${MKDIR} ${PREFIX}/share/doc/xlines
@ ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines
@ ${INSTALL_DATA} ${WRKSRC}/readme.qt ${PREFIX}/share/doc/xlines
.include <bsd.port.mk>