1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/astro/xearth/Makefile
Guido Falsi 7e7521ea7c - Change upstream to port maintainer's fork
- Update to 1.2
- This version fixes build with clang and does not depend on imake
- Remove pkg-plist in favour of make variables
- Trim Makefile headers

PR:		ports/172143
Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk>
Feature safe:	yes
2012-10-15 12:03:40 +00:00

32 lines
930 B
Makefile

# Created by: Piero Serini <piero@FreeBSD.org>
# $FreeBSD$
PORTNAME= xearth
PORTVERSION= 1.2
CATEGORIES= astro geography
MASTER_SITES= http://seis.bris.ac.uk/~mexas/ \
LOCAL/madpilot/xearth
MAINTAINER= mexas@bristol.ac.uk
COMMENT= Set the root window to the image of earth
USE_XORG= x11 xext sm ice xt
USE_XZ= yes
MAN1= xearth.1
PLIST_FILES= bin/xearth \
lib/X11/xearth/freebsd.committers.markers \
lib/X11/xearth/freebsd.ftp.markers \
lib/X11/xearth/freebsd.submitters.markers
PLIST_DIRS= lib/X11/xearth
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xearth ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1
@${MKDIR} ${PREFIX}/lib/X11/xearth
# Copy the list of FreeBSD sites & committers locations
.for marker in freebsd.committers.markers freebsd.ftp.markers freebsd.submitters.markers
@${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth
.endfor
.include <bsd.port.mk>