openbsd-ports/astro/xworld/Makefile

35 lines
721 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.13 2010/10/24 20:58:59 ajacoutot Exp $
2007-09-15 06:37:21 -04:00
COMMENT= earth as seen from the direction of the sun
DISTNAME= xworld-2.0
CATEGORIES= astro x11
MAINTAINER= Vladimir Kotal <vlada@openbsd.cz>
MASTER_SITES= ftp://ftp.Uni-Koeln.DE/misc/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REVISION = 1
WANTLIB= X11 c m
2003-03-31 07:35:52 -05:00
CONFIGURE_STYLE= simple
CONFIGURE_ENV= CAT=cat \
STRIP=strip \
INCLUDES="-I${X11BASE}/include" \
LDLIBS="-lm -L${X11BASE}/lib -lX11" \
MORELIBS=""
2007-08-01 15:36:14 -04:00
INSTALL_STRIP= # don't strip out image data on install
2002-10-24 12:21:35 -04:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xworld ${PREFIX}/bin
.include <bsd.port.mk>