1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/misc/uf-view/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

28 lines
707 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= 11
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
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>