aboutsummaryrefslogtreecommitdiff
path: root/games/xlines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xlines/Makefile')
-rw-r--r--games/xlines/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile
deleted file mode 100644
index 8b7f0b387839..000000000000
--- a/games/xlines/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: xlines
-# Date created: 11 February 1998
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= xlines
-PORTVERSION= 1.1
-CATEGORIES= games
-MASTER_SITES= ftp://ftp.trolltech.com/contrib/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_QT_VER= 1
-USE_X_PREFIX= yes
-NO_WRKSUBDIR= yes
-
-pre-patch:
- @find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|\r\n|\n|g"
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/xlines
- ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/readme.lines ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/readme.qt ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>