View | Details | Raw Unified | Return to bug 113366
Collapse All | Expand All

(-)graphics/vp/Makefile (-10 / +4 lines)
Lines 6-32 Link Here
6
#
6
#
7
7
8
PORTNAME=	vp
8
PORTNAME=	vp
9
PORTVERSION=	1.6
9
PORTVERSION=	1.7
10
PORTREVISION=	2
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	http://math.missouristate.edu/~erik/files/
11
MASTER_SITES=	http://math.missouristate.edu/~erik/files/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	erik@smluc.org
15
COMMENT=	An image viewer for X
14
COMMENT=	An image viewer for X
16
15
17
USE_SDL=	image
16
USE_SDL=	image
18
USE_GETOPT_LONG=	yes
17
USE_GETOPT_LONG=	yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
20
		--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
21
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
21
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
22
22
23
MAN1=		vp.1
23
MAN1=		vp.1
24
PLIST_FILES=	bin/vp
24
PLIST_FILES=	bin/vp
25
25
26
CPPFLAGS=	-I${LOCALBASE}/include
27
LDFLAGS=	-L${LOCALBASE}/lib
28
29
post-patch:
30
	@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/configure
31
32
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)graphics/vp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (vp-1.6.tar.gz) = cfbe8ad568f34a9f614e3a91f8e4abdd
1
MD5 (vp-1.7.tar.gz) = 5caf42e831b036ca52fa55e944951033
2
SHA256 (vp-1.6.tar.gz) = e7ee7166b1e2df63fa7bd44c0849e487794881da6e2fe96ae603dc95b82b7030
2
SHA256 (vp-1.7.tar.gz) = f0787fd97bf084c14451561aa339d594b69c7aafb2d6c982f2e153be24da56c7
3
SIZE (vp-1.6.tar.gz) = 100261
3
SIZE (vp-1.7.tar.gz) = 117634

Return to bug 113366