freebsd-ports/games/xgammon/Makefile
Kris Kennaway 042afb8649 Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes.  Unfortunately at some point I
got confused and switched to the wrong list :-)  As a result I picked up a
number of ports that were fixed a while ago.  Sorry for the false alarm,
maintainers.

Pointy hat to:	kris
2003-10-16 04:15:48 +00:00

40 lines
921 B
Makefile

# New ports collection makefile for: xgammon
# Date created: 02 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xgammon
PORTVERSION= 0.98
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_REDHAT}
MASTER_SITE_SUBDIR= linux/6.2/en/os/${MACHINE_ARCH}/SRPMS
EXTRACT_SUFX= -15.src.rpm
PATCH_DIST_STRIP= -p1
MAINTAINER= tg@FreeBSD.org
COMMENT= A backgammon program for X11
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
NO_WRKSUBDIR= yes
USE_IMAKE= yes
MAN6= xgammon.6
PATCH_FILES= ${PORTNAME}-${PORTVERSION}-dirent.patch
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; cpio -i)
@tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
pre-patch:
@${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}"
.for file in ${PATCH_FILES}
@${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/${file}
.endfor
.include <bsd.port.mk>