1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/xantfarm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

21 lines
450 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 xorg
USE_XORG= x11 xext xt
PLIST_FILES= bin/xantfarm \
man/man1/xantfarm.1.gz
.include <bsd.port.mk>