186b8ba82f
Submitted by: trevor Tested by: bento
42 lines
984 B
Makefile
42 lines
984 B
Makefile
# New ports collection makefile for: spacechart
|
|
# Date created: Mon Aug 20 14:50:20 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spacechart
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
COMMENT= SpaceChart is a star chart viewer for GNOME
|
|
|
|
USE_GETTEXT= yes
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomelibs
|
|
CONFIGURE_ARGS= --without-included-gettext --datadir=${PREFIX}/share
|
|
|
|
# trick it into using ports installed gettext
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|\(INTLLIBS =\).*$$|\1-I${LOCALBASE}/lib -lintl|' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
pre-build:
|
|
@${RM} -Rf ${WRKSRC}/intl
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/sample-spacechartrc ${PREFIX}/etc
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/coordinates.txt \
|
|
${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|