freebsd-ports/games/xsheep/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

23 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>