diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-10 10:29:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-10 10:29:02 +0000 |
commit | f7586638b3c07a3c32d67d3d7c044651079a6fba (patch) | |
tree | f8327c741b264e1e8710c70456bdd300d8cfc1c0 /graphics/vp | |
parent | 7eea0c8b30cf8067bd4722cf48d57f23a8d3d7e1 (diff) |
Notes
Diffstat (limited to 'graphics/vp')
-rw-r--r-- | graphics/vp/Makefile | 21 | ||||
-rw-r--r-- | graphics/vp/distinfo | 4 |
2 files changed, 11 insertions, 14 deletions
diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index bcdec0d75b53..a78b515414c2 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -6,26 +6,23 @@ # PORTNAME= vp -PORTVERSION= 1.5 -PORTREVISION= 2 +PORTVERSION= 1.6 CATEGORIES= graphics MASTER_SITES= http://math.missouristate.edu/~erik/files/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer for X -PLIST_FILES= bin/vp USE_SDL= image -USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=15 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - ac_cv_func_getopt_long=yes -USE_REINPLACE= yes +USE_GETOPT_LONG= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + MAN1= vp.1 +PLIST_FILES= bin/vp -post-patch: - ${REINPLACE_CMD} 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/graphics/vp/distinfo b/graphics/vp/distinfo index 559eb54a955f..c01e93bd218d 100644 --- a/graphics/vp/distinfo +++ b/graphics/vp/distinfo @@ -1,2 +1,2 @@ -MD5 (vp-1.5.tar.gz) = f0c32ab42b07933d6f9f868c692c9950 -SIZE (vp-1.5.tar.gz) = 161899 +MD5 (vp-1.6.tar.gz) = cfbe8ad568f34a9f614e3a91f8e4abdd +SIZE (vp-1.6.tar.gz) = 100261 |