mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
24 lines
463 B
Makefile
24 lines
463 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
|
|
|
|
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>
|