mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65edaaa1f5
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
34 lines
824 B
Makefile
34 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>
|