freebsd-ports/graphics/imagesort/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
828 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= 5
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_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>