aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imagesort/Makefile
blob: 1c0cadf66bb63cb80b75f40fcd6fb8600732f580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    imagesort
# Date created:         Apr 10, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   imagesort
PORTVERSION=    2.0
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/viewers/X

MAINTAINER= markp@FreeBSD.org

USE_X_PREFIX=   yes
USE_GNOMENG=    yes
USE_GNOME=  imlib

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>