1999-05-03 04:21:33 +00:00
|
|
|
# New ports collection makefile for: gview
|
|
|
|
# Date created: 30 April 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 04:21:33 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gview
|
2000-07-19 06:12:03 +00:00
|
|
|
PORTVERSION= 0.1.15
|
1999-05-03 04:21:33 +00:00
|
|
|
CATEGORIES= graphics
|
2000-05-29 21:40:04 +00:00
|
|
|
MASTER_SITES= http://netpedia.net/hosting/gview/ \
|
1999-09-17 17:35:35 +00:00
|
|
|
http://homepages.petech.ac.za/~bruces/ \
|
2000-05-29 21:40:04 +00:00
|
|
|
ftp://ftp.petech.ac.za/pub/viewers/
|
1999-05-03 04:21:33 +00:00
|
|
|
|
2000-03-29 07:26:44 +00:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-05-03 04:21:33 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 06:57:56 +00:00
|
|
|
USE_IMLIB= yes
|
1999-05-03 04:21:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-05-15 19:11:15 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-10-05 06:57:56 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-05 06:57:56 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
|
|
|
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
|
|
|
|
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
|
1999-05-03 04:21:33 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-05-29 21:40:04 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gview
|
|
|
|
.for file in AUTHORS BUGS ChangeLog NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview
|
1999-05-03 04:21:33 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|