6a36559f40
files which are needed to build.
25 lines
507 B
Makefile
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>
|