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

(-)graphics/vp/Makefile (-12 / +9 lines)
Lines 6-31 Link Here
6
#
6
#
7
7
8
PORTNAME=	vp
8
PORTNAME=	vp
9
PORTVERSION=	1.5
9
PORTVERSION=	1.6
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=	ports@FreeBSD.org
15
COMMENT=	An image viewer for X
14
COMMENT=	An image viewer for X
16
15
17
PLIST_FILES=	bin/vp
18
USE_SDL=	image
16
USE_SDL=	image
19
USE_GETOPT_LONG=yes
17
USE_GETOPT_LONG=	yes
20
USE_LIBTOOL_VER=15
18
USE_LIBTOOL_VER=	15
21
CPPFLAGS=	-I${LOCALBASE}/include
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
LDFLAGS=	-L${LOCALBASE}/lib
20
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
21
24
		ac_cv_func_getopt_long=yes
25
USE_REINPLACE=	yes
26
MAN1=		vp.1
22
MAN1=		vp.1
23
PLIST_FILES=	bin/vp
27
24
28
post-patch:
25
CPPFLAGS=	-I${LOCALBASE}/include
29
	${REINPLACE_CMD} 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure
26
LDFLAGS=	-L${LOCALBASE}/lib
30
27
31
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)graphics/vp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (vp-1.5.tar.gz) = f0c32ab42b07933d6f9f868c692c9950
1
MD5 (vp-1.6.tar.gz) = cfbe8ad568f34a9f614e3a91f8e4abdd
2
SIZE (vp-1.5.tar.gz) = 161899
2
SIZE (vp-1.6.tar.gz) = 100261

Return to bug 87062