1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/astro/xworld/Makefile
Niclas Zeising 91c3b180c1 Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
2019-11-04 20:39:51 +00:00

29 lines
611 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org
# $FreeBSD$
PORTNAME= xworld
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= astro geography
MASTER_SITES= LOCAL/naddy
MAINTAINER= naddy@FreeBSD.org
COMMENT= Earth as seen from the direction of the sun
USES= xorg
USE_XORG= x11
HAS_CONFIGURE= yes
CONFIGURE_ENV= CAT=${CAT} \
STRIP=/usr/bin/strip \
INCLUDES="-I${LOCALBASE}/include" \
LDLIBS="-lm -L${LOCALBASE}/lib -lX11" \
MORELIBS=""
PLIST_FILES= bin/xworld
STRIP= #don't strip out image data on install
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xworld ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>