1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/misc/uf-view/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
799 B
Makefile

# 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= 4
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}
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>