Lines 1-23
Link Here
|
1 |
# New ports collection makefile for: uf-view |
1 |
# New ports collection makefile for: uf-view |
2 |
# Date created: 5 December 1994 |
2 |
# Date created: 30 May 2001 |
3 |
# Whom: Jonathan McGee <mcgee@mcgee.student.umd.edu> |
3 |
# Whom: Jonathan McGee <mcgee@wam.umd.edu> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/misc/uf-view/Makefile,v 1.2 2002/06/25 10:36:14 ijliao Exp $ |
5 |
# $FreeBSD: ports/misc/uf-view/Makefile,v 1.2 2002/06/25 10:36:14 ijliao Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= uf-view |
8 |
PORTNAME= uf-view |
9 |
PORTVERSION= 1.6.1 |
9 |
PORTVERSION= 2.0 |
10 |
CATEGORIES= misc |
10 |
CATEGORIES= misc |
11 |
MASTER_SITES= http://hadess.net/files/ |
11 |
MASTER_SITES= http://www.hadess.net/files/software/uf-view/ |
12 |
|
12 |
|
13 |
MAINTAINER= mcgee@wam.umd.edu |
13 |
MAINTAINER= mcgee@wam.umd.edu |
14 |
|
14 |
|
|
|
15 |
LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 \ |
16 |
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 |
17 |
|
15 |
USE_X_PREFIX= yes |
18 |
USE_X_PREFIX= yes |
16 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
17 |
USE_GNOME= yes |
20 |
USE_GNOMENG= yes |
18 |
GNU_CONFIGURE= yes |
21 |
USE_GNOME= gnomeprefix gnomehack gnomehier |
19 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
20 |
LDFLAGS="-L${LOCALBASE}/lib" |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
|
|
24 |
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |
21 |
|
25 |
|
22 |
pre-patch: |
26 |
pre-patch: |
23 |
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |
27 |
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |