freebsd-ports/games/xlines/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

35 lines
793 B
Makefile

# New ports collection makefile for: xlines
# Version required: 1.0
# Date created: 11 February 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= xlines
PKGNAME= xlines-1.0
CATEGORIES= games
MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/
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>