1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xsheep/Makefile
2001-03-10 05:23:18 +00:00

25 lines
507 B
Makefile

# New ports collection makefile for: xsheep
# Date created: Mar 6 22:07:42 EST 2000
# Whom: billf
#
# $FreeBSD$
#
PORTNAME= xsheep
PORTVERSION= 0.0.1
CATEGORIES= games
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/xsheep/
MAINTAINER= billf@FreeBSD.org
USE_X_PREFIX= YES
USE_XPM= YES
WRKSRC= ${WRKDIR}/xsheep
BROKEN= "Author broke the distfile by removing a bunch of required files"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xsheep ${PREFIX}/bin
.include <bsd.port.mk>