1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/astro/xplanet/Makefile
Adriaan de Groot 1d26e4bf2b Fix build on aarch64 and with Clang 6. The modified patch explains
the error message and what is changed. Bump PORTREVISION because
it contains a code change.

kde@ bumped into this while building x11/kde4 for aarch64.

Build on 12-CURRENT aarch64, 11-STABLE amd64 and 10.3 i386.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14008
2018-01-21 19:50:46 +00:00

43 lines
1.1 KiB
Makefile

# Created by: darius@dons.net.au
# $FreeBSD$
PORTNAME= xplanet
PORTVERSION= 1.3.0
PORTREVISION= 11
CATEGORIES= astro geography
MASTER_SITES= SF
MAINTAINER= novel@FreeBSD.org
COMMENT= Draw pictures of the earth textured by an image
GNU_CONFIGURE= yes
USES= iconv localbase
USE_XORG= xt xscrnsaver
CONFIGURE_ARGS= --with-map-extension=jpg
CPPFLAGS+= -I${LOCALBASE}/include/netpbm
LIBS+= -lm
OPTIONS_DEFINE= FREETYPE PANGO GIF JPEG PNG PNM TIFF
OPTIONS_DEFAULT= FREETYPE PANGO GIF JPEG PNG PNM TIFF
FREETYPE_CONFIGURE_WITH= --with-freetype
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
PANGO_CONFIGURE_WITH= pango
PANGO_USE= GNOME=pango
GIF_CONFIGURE_WITH= gif
GIF_LIB_DEPENDS= libgif.so:graphics/giflib
JPEG_CONFIGURE_WITH= jpeg
JPEG_USES= jpeg
PNG_CONFIGURE_WITH= png
PNG_LIB_DEPENDS+= libpng.so:graphics/png
PNM_CONFIGURE_WITH= pnm
PNM_LIB_DEPENDS= libnetpbm.so:graphics/netpbm
TIFF_CONFIGURE_WITH= tiff
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
post-extract:
@${REINPLACE_CMD} -e "s/default/default.sample/g" ${WRKSRC}/Makefile.in
@${MV} ${WRKSRC}/xplanet/config/default ${WRKSRC}/xplanet/config/default.sample
.include <bsd.port.mk>