freebsd-ports/graphics/imagesort/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

30 lines
845 B
Makefile

# New ports collection makefile for: imagesort
# Date created: Apr 10, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
# $MCom: ports/graphics/imagesort/Makefile,v 1.1 2006/10/04 13:18:57 ahze Exp $
PORTNAME= imagesort
PORTVERSION= 2.0
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/viewers/X
MAINTAINER= ports@FreeBSD.org
COMMENT= A flexible X utility for managing many image files
USE_XORG= x11 xt
USE_GNOME= imlib
CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/imagesort
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imagesort
${INSTALL_DATA} ${WRKSRC}/imagesortrc.sample ${PREFIX}/share/doc/imagesort
.endif
.include <bsd.port.mk>