mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c3b85bf3d4
Trim headers Convert emu to USES=display Remove indefinite article
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xantfarm
|
|
PORTVERSION= 1.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.acme.com/software/xantfarm/
|
|
DISTNAME= ${PORTNAME}_23oct1991
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ant hill simulation on X11 root window
|
|
|
|
WRKSRC= ${WRKDIR}/xantfarm
|
|
USES= imake
|
|
USE_XORG= x11 xext xt
|
|
MAN1= xantfarm.1
|
|
PLIST_FILES= bin/xantfarm
|
|
|
|
.include <bsd.port.mk>
|