aboutsummaryrefslogtreecommitdiff
path: root/misc/uf-view/Makefile
blob: 08763ecab342e1941337d67832c802b53b9c983f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	uf-view
# Date created:				30 May 2001
# Whom:				Jonathan McGee <mcgee@wam.umd.edu>
#
# $FreeBSD$
#

PORTNAME=	uf-view
PORTVERSION=	2.4
PORTREVISION=	2
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_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
USE_REINPLACE=	yes

pre-patch:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>