mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Update to 0.1.5
PR: ports/46592 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
508e27f533
commit
972d11930f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72110
@ -6,26 +6,32 @@
|
||||
#
|
||||
|
||||
PORTNAME= pornview
|
||||
PORTVERSION= 0.1.2.b
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
# xine.2:${PORTSDIR}/graphics/libxine
|
||||
LIB_DEPENDS= exif.8:${PORTSDIR}/graphics/libexif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
#CONFIGURE_ARGS+= --with-xine
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 gdkpixbuf gnomehier gnomeprefix
|
||||
USE_GNOME= gdkpixbuf gnomehack gnomeprefix
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(WITH_LIBXINE)
|
||||
LIB_DEPENDS+= xine:${PORTSDIR}/graphics/libxine
|
||||
CONFIGURE_ARGS+= --enable-xine
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,$(datadir)/gnome/apps/,$(datadir)/apps/,' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \
|
||||
s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g ; \
|
||||
s|[{]datadir[}]/locale|{prefix}/share/locale|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pornview-0.1.2b.tar.gz) = a432afd58234e78c8d17cef8a129782d
|
||||
MD5 (pornview-0.1.5.tar.gz) = 36b59b673184b102ec54ebb3164278f3
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/pornview
|
||||
share/gnome/pornview/logo.png
|
||||
share/gnome/pixmaps/pornview.png
|
||||
share/gnome/apps/Graphics/pornview.desktop
|
||||
@dirrm share/gnome/pornview
|
||||
share/gnome/pixmaps/pornview.png
|
||||
share/locale/fr/LC_MESSAGES/pornview.mo
|
||||
|
Loading…
Reference in New Issue
Block a user