View | Details | Raw Unified | Return to bug 110336
Collapse All | Expand All

(-)astro/starplot/Makefile (-7 / +7 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	starplot
8
PORTNAME=	starplot
9
PORTVERSION=	0.95.3
9
PORTVERSION=	0.95.4
10
CATEGORIES=	astro
10
CATEGORIES=	astro
11
MASTER_SITES=	http://starplot.org/downloads/
11
MASTER_SITES=	http://starplot.org/downloads/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	3-dimensional viewer for star charts
14
COMMENT=	3-dimensional viewer for star charts
15
15
16
USE_X_PREFIX=	yes
16
USE_GNOME=	gnometarget gtk20
17
USE_ICONV=	yes
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
USE_GNOME=	gtk20
20
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
20
USE_GETTEXT=	yes
21
		LDFLAGS="-L${LOCALBASE}/lib"
21
USE_ICONV=	yes
22
CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man
22
MAKE_ENV=	DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR}
23
MAKE_ENV=	DOCSDIR="${DOCSDIR}" EXAMPLESDIR="${EXAMPLESDIR}"
23
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE}
24
24
25
MAN1=		starconvert.1 starpkg.1 starplot.1
25
MAN1=		starconvert.1 starpkg.1 starplot.1
26
26
(-)astro/starplot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (starplot-0.95.3.tar.gz) = 267573a8155387d5b0399144e5ef4118
1
MD5 (starplot-0.95.4.tar.gz) = 59a6c8fe7167d2b5efa824e6ebac9d6f
2
SHA256 (starplot-0.95.3.tar.gz) = bc86c0aaeccbaa8872fa75b5a70f93f75e474aa2b34ae3c4ac7337f82cac099c
2
SHA256 (starplot-0.95.4.tar.gz) = 7e0de4132e634a1d5a3552f42a85022428b4933834ec36f424af6a6488d1352f
3
SIZE (starplot-0.95.3.tar.gz) = 464419
3
SIZE (starplot-0.95.4.tar.gz) = 470863
(-)astro/starplot/files/patch-lib::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- lib/Makefile.in.orig	Wed Dec 22 21:34:18 2004
2
+++ lib/Makefile.in	Wed Dec 22 21:35:12 2004
3
@@ -71,7 +71,7 @@
4
 libcompat_a_DEPENDENCIES = $(am__DEPENDENCIES_1)
5
 am_libcompat_a_OBJECTS = ostringstream.$(OBJEXT)
6
 libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
7
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
8
+DEFAULT_INCLUDES = -I. -I$(LOCALBASE)/include -I$(srcdir) -I$(top_builddir)
9
 depcomp = $(SHELL) $(top_srcdir)/depcomp
10
 am__depfiles_maybe = depfiles
11
 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/atan2.Po $(DEPDIR)/floor.Po \
(-)astro/starplot/files/patch-src::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.in.orig	Mon Dec 27 15:02:38 2004
2
+++ src/Makefile.in	Wed Dec 29 18:17:19 2004
3
@@ -92,7 +92,7 @@
4
 starplot_DEPENDENCIES = libstarplot.a ../lib/libcompat.a
5
 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
6
 SCRIPTS = $(bin_SCRIPTS)
7
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
8
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(LOCALBASE)/include
9
 depcomp = $(SHELL) $(top_srcdir)/depcomp
10
 am__depfiles_maybe = depfiles
11
 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mathdefs.Po \

Return to bug 110336