mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
08c99f3ad5
Approved by: portmgr (bapt)
27 lines
563 B
Makefile
27 lines
563 B
Makefile
# Created by: Patrick Li <pat@databits.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= starplot
|
|
PORTVERSION= 0.95.5
|
|
PORTREVISION= 6
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://starplot.org/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 3-dimensional viewer for star charts
|
|
|
|
USES= pathfix gettext
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN1= starconvert.1 starpkg.1 starplot.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$$(docdir)/examples|${EXAMPLESDIR}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|