1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xlines/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

36 lines
786 B
Makefile

# New ports collection makefile for: xlines
# Date created: 11 February 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xlines
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_QT= yes
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
pre-build:
@ ${RM} ${WRKSRC}/lines.moc
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/xlines
@ ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/xlines
@ ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines
@ ${INSTALL_DATA} ${WRKSRC}/readme.qt ${PREFIX}/share/doc/xlines
.endif
.include <bsd.port.mk>