freebsd-ports/games/yahtzee/Makefile
Doug Barton 8fe0e8d936 At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities.

PR:		ports/22384
Submitted by:	Joel Sutton, jsutton@bbcon.com.au
2000-10-29 06:31:38 +00:00

29 lines
718 B
Makefile

# New ports collection makefile for: yahtzee
# Date created: Friday 4th July, 1997
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
# FreeBSD Version: 2.2.1-RELEASE
#
# $FreeBSD$
#
PORTNAME= yahtzee
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
DISTFILES= yahtzee-src.tar.Z
MAINTAINER= ports@freebsd.org
WRKSRC= ${WRKDIR}/yahtzee
# Distribution does not include an install target. So here it is.
#
do-install:
${INSTALL_PROGRAM} -m 2755 -o root -g games ${WRKSRC}/yahtzee ${PREFIX}/bin/
${MKDIR} -m 0755 ${PREFIX}/lib/yahtzee/
${INSTALL_DATA} -m 0664 -o root -g games /dev/null ${PREFIX}/lib/yahtzee/yahtzee.sco
.include <bsd.port.mk>