mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
378aad359f
as many balls from the game field as you can. PR: ports/5736 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
35 lines
903 B
Makefile
35 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>
|