aboutsummaryrefslogtreecommitdiffstats
path: root/games/xsheep/Makefile
blob: cd13d0fd760023f5a7fab777cccedbb71f296d58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>