1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/sol/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: sol
# Date created: 12 April 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= sol
PORTVERSION= 1.0.6
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
shhopt.1:${PORTSDIR}/devel/libshhopt \
shhmsg.1:${PORTSDIR}/devel/libshhmsg \
xalloc.1:${PORTSDIR}/devel/libxalloc \
shhcards.1:${PORTSDIR}/games/libshhcards
USE_GMAKE= yes
USE_X_PREFIX= yes
MAN6= sol.6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6
@${MKDIR} ${PREFIX}/share/sol
${INSTALL_DATA} ${WRKSRC}/sol.score ${PREFIX}/share/sol
@${CHOWN} root:games ${PREFIX}/bin/sol
@${CHOWN} root:games ${PREFIX}/share/sol/sol.score
@${CHMOD} 2755 ${PREFIX}/bin/sol
@${CHMOD} 770 ${PREFIX}/share/sol
@${CHMOD} 660 ${PREFIX}/share/sol/sol.score
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol
.endif
.include <bsd.port.mk>