1999-05-03 06:21:33 +02:00
|
|
|
# New ports collection makefile for: gview
|
|
|
|
# Date created: 30 April 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 06:21:33 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gview
|
2000-07-19 08:12:03 +02:00
|
|
|
PORTVERSION= 0.1.15
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
1999-05-03 06:21:33 +02:00
|
|
|
CATEGORIES= graphics
|
2003-11-05 17:12:46 +01:00
|
|
|
MASTER_SITES= http://homepages.petech.ac.za/~bruces/
|
1999-05-03 06:21:33 +02:00
|
|
|
|
2003-01-30 18:38:24 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Image viewer for X Window System with interface similar to ACDSee
|
1999-05-03 06:21:33 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-11-05 17:12:46 +01:00
|
|
|
USE_GNOME= gnomehack imlib
|
1999-05-03 06:21:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-05-15 21:11:15 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-11-05 17:12:46 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-05-03 06:21:33 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-11-05 17:12:46 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2000-05-29 23:40:04 +02:00
|
|
|
.for file in AUTHORS BUGS ChangeLog NEWS README TODO
|
2003-11-05 17:12:46 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1999-05-03 06:21:33 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|