diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-13 19:01:04 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-13 19:01:04 +0000 |
commit | e4b9f7a80fb8ff31fae3608512b5fc001749c42b (patch) | |
tree | e502c4eb26b88ad9f54256f98a4ec860a69230ea /astro | |
parent | db27ee311ea5e10137ca546fbadb56aeabc882a1 (diff) | |
download | ports-e4b9f7a80fb8ff31fae3608512b5fc001749c42b.tar.gz ports-e4b9f7a80fb8ff31fae3608512b5fc001749c42b.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xearth/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index c6a48824b757..82a837a5d108 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -7,7 +7,7 @@ PORTNAME= xearth PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ ${MASTER_SITE_XCONTRIB:S/$/:xcontrib/} \ @@ -18,13 +18,18 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xcontrib,local MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the image of earth -USE_IMAKE= yes +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +USE_XORG= x11 xext sm ice xt MAN1= xearth.1 -# Copy the list of FreeBSD sites & committers locations +pre-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} + post-install: @${MKDIR} ${PREFIX}/lib/X11/xearth + @${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1 +# Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor |