1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/xantfarm/Makefile
Baptiste Daroussin 7131a009d2 Support stage
2013-12-13 23:57:05 +00:00

21 lines
445 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
PLIST_FILES= bin/xantfarm \
man/man1/xantfarm.1.gz
.include <bsd.port.mk>