diff options
Diffstat (limited to 'misc/uf-view/Makefile')
-rw-r--r-- | misc/uf-view/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/uf-view/Makefile b/misc/uf-view/Makefile new file mode 100644 index 000000000..2ddd6e7c3 --- /dev/null +++ b/misc/uf-view/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: uf-view +# Date created: 30 May 2001 +# Whom: Jonathan McGee <mcgee@wam.umd.edu> +# +# $FreeBSD: ports/misc/uf-view/Makefile,v 1.24 2009/07/31 13:54:20 dinoex Exp $ +# + +PORTNAME= uf-view +PORTVERSION= 2.4 +PORTREVISION= 8 +CATEGORIES= misc +MASTER_SITES= http://www.hadess.net/files/software/uf-view/ + +MAINTAINER= mcgee@wam.umd.edu +COMMENT= A gTK+ viewer for the User Friendly and several other popular comics + +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +pre-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |