mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
652 B
Makefile
25 lines
652 B
Makefile
# Created by: Jonathan McGee <mcgee@wam.umd.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uf-view
|
|
PORTVERSION= 2.4
|
|
PORTREVISION= 12
|
|
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
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gnomedesktop libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
NO_STAGE= yes
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|