mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
29 lines
611 B
Makefile
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>
|