1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Baptiste Daroussin 5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00

26 lines
598 B
Makefile

# Created by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
# $FreeBSD$
PORTNAME= wmMoonClock
PORTVERSION= 1.27
PORTREVISION= 3
CATEGORIES= astro windowmaker
MASTER_SITES= http://www.dockapps.org/files/14/21/
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays the phase of the moon, plus orbital data
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_XORG= xpm
USE_GMAKE= yes
MAN1= wmmoonclock.1
PLIST_FILES= bin/wmmoonclock
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${PREFIX}/bin/wmmoonclock
${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/man/man1/wmmoonclock.1
.include <bsd.port.mk>