mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
785 B
Makefile
34 lines
785 B
Makefile
# New ports collection makefile for: show
|
|
# Date created: 06 July 2003
|
|
# Whom: roop
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= show
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.ibiblio.org/propaganda/ \
|
|
http://www.freebsdbrasil.com.br/~jmelo/
|
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
|
COMMENT= A fast, flexible, extensible and bloat-free image viewer for X11
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
|
|
|
PLIST_FILES= bin/show
|
|
|
|
post-extract:
|
|
@${CP} ${PATCHDIR}/Makefile ${WRKSRC}
|
|
@${RM} ${WRKSRC}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|