blob: 307413e7b23f2eac56502d2b958630e8e22c769f (
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
|
# 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
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= YES
WRKSRC= ${WRKDIR}/xsheep
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xsheep ${PREFIX}/bin
.include <bsd.port.mk>
|