freebsd-ports/games/xlines/Makefile
Satoshi Asami 65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00

33 lines
824 B
Makefile

# New ports collection makefile for: xlines
# Version required: 1.0
# Date created: 11 February 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.5 1998/08/07 23:56:22 asami Exp $
#
DISTNAME= xlines
PKGNAME= xlines-1.0
CATEGORIES= games
MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/
MAINTAINER= andy@icc.surw.chel.su
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
.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>