diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-05 15:15:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-05 15:15:49 +0000 |
commit | 2f7505e0942bf99f38c32b069c3dbbde33eb3b57 (patch) | |
tree | bca0f642f8f327d5f5e4235aea90d4def13425fa /astro | |
parent | b5878bf44a07e9c3b196369cd505f57912e184a4 (diff) | |
download | ports-2f7505e0942bf99f38c32b069c3dbbde33eb3b57.tar.gz ports-2f7505e0942bf99f38c32b069c3dbbde33eb3b57.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/rmap/Makefile | 2 | ||||
-rw-r--r-- | astro/sky2000/Makefile | 2 | ||||
-rw-r--r-- | astro/wmglobe/Makefile | 2 | ||||
-rw-r--r-- | astro/wmsun/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index c41362a52cc3..974af6c7b5bb 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -13,6 +13,8 @@ COMMENT= Generates images of the Earth centered at a particular location LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= No public distfiles + LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= gmake diff --git a/astro/sky2000/Makefile b/astro/sky2000/Makefile index a5d4b659b811..f224e18084dc 100644 --- a/astro/sky2000/Makefile +++ b/astro/sky2000/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF/nova/catalogs/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Binary representation of the Sky2000 star catalog +BROKEN= No public distfiles + GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/nova diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index a461dac58640..7266fa90eead 100644 --- a/astro/wmglobe/Makefile +++ b/astro/wmglobe/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://hamete.org/static/wmg/ MAINTAINER= will@FreeBSD.org COMMENT= Neat xearth-like WindowMaker dockapp +BROKEN= No public distfiles + LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/libwraster PLIST_FILES= bin/wmglobe \ diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 13d17b87ba2c..28c87f14f6d9 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -11,6 +11,8 @@ DISTNAME= wmSun-1.03 MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp that displays the rise and set times of the Sun +BROKEN= No public distfiles + WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun USE_XORG= xext xpm x11 |