1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/astro/xworld/Makefile

30 lines
623 B
Makefile
Raw Normal View History

# Ports collection makefile for: xworld
# Date created: 24 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xworld
PORTVERSION= 2.0
CATEGORIES= astro
MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
ftp://ftp.Uni-Koeln.DE/misc/
MAINTAINER= naddy@mips.inka.de
2001-08-31 14:26:05 +00:00
USE_XLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= CAT=${CAT} \
STRIP=/usr/bin/strip \
INCLUDES="-I${X11BASE}/include" \
LDLIBS="-lm -L${X11BASE}/lib -lX11" \
MORELIBS=""
STRIP= #don't strip out image data on install
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xworld ${PREFIX}/bin
.include <bsd.port.mk>