diff options
Diffstat (limited to 'astro/wmsun/Makefile')
-rw-r--r-- | astro/wmsun/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 28c87f14f6d9..bae2f61ff79f 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -2,21 +2,17 @@ # $FreeBSD$ PORTNAME= wmsun -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.12 CATEGORIES= astro windowmaker -MASTER_SITES= http://dockapps.windowmaker.org/download.php/id/23/ -DISTNAME= wmSun-1.03 +MASTER_SITES= http://linux-bsd-unix.strefa.pl/ +DISTNAME= wmSun-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that displays the rise and set times of the Sun -BROKEN= No public distfiles - -WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun +WRKSRC_SUBDIR= wmSun USE_XORG= xext xpm x11 -ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib" MAKE_JOBS_UNSAFE= yes |