diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-29 18:32:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-29 18:32:08 +0000 |
commit | 8b9c92793f645a7d9c8b3493f16b96e823bf7721 (patch) | |
tree | cc6fc554862af20e6bf539a0dd3f07f4101813f7 /graphics/show/Makefile | |
parent | 3e1bdc306cade5cf703b297edb462cb85049329a (diff) | |
download | ports-8b9c92793f645a7d9c8b3493f16b96e823bf7721.tar.gz ports-8b9c92793f645a7d9c8b3493f16b96e823bf7721.zip |
Notes
Diffstat (limited to 'graphics/show/Makefile')
-rw-r--r-- | graphics/show/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/graphics/show/Makefile b/graphics/show/Makefile index 2538ceec31b1..548900161e87 100644 --- a/graphics/show/Makefile +++ b/graphics/show/Makefile @@ -6,12 +6,11 @@ # PORTNAME= show -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= graphics -MASTER_SITES= http://www.ugrad.cs.ubc.ca/~i6a2/show/ +MASTER_SITES= http://www.ibiblio.org/propaganda/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= A fast, flexible, extensible and bloat-free image viewer for X11 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -20,11 +19,15 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ Imlib.5:${PORTSDIR}/graphics/imlib -PLIST_FILES= bin/show -USE_XLIB= yes USE_X_PREFIX= yes +PLIST_FILES= bin/show + +post-extract: + @${CP} ${PATCHDIR}/Makefile ${WRKSRC} + @${RM} ${WRKSRC}/${PORTNAME} + do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin .include <bsd.port.mk> |