mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
49151f43a4
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Adam Kranzel <ace@teru.dyndns.org> bento Use X11BASE the right way. Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
479 B
Makefile
24 lines
479 B
Makefile
# New ports collection makefile for: xsheep
|
|
# Version required: 0.0.1
|
|
# Date created: Mar 6 22:07:42 EST 2000
|
|
# Whom: billf
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xsheep-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>
|