1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/xlines/Makefile
Satoshi Asami c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00

36 lines
887 B
Makefile

# New ports collection makefile for: xlines
# Version required: 1.0
# Date created: 11 February 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1998/07/11 00:39:24 steve Exp $
#
DISTNAME= xlines
PKGNAME= xlines-1.0
CATEGORIES= games
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
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>