aboutsummaryrefslogtreecommitdiffstats
path: root/games/xphotohunter/Makefile
blob: dc62787650411128ac416dc5fe833d852109f0b3 (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
# New ports collection makefile for:    xphotohunter
# Date created:     12 Aug 1999
# Whom:         clive
#
# $FreeBSD$
#

PORTNAME=   xphotohunter
PORTVERSION=    1.4
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   http://ghs.tongi.org/ \
        http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/

MAINTAINER= clive@FreeBSD.org
COMMENT=    A game looking for the difference between two pictures

USE_GETTEXT=    yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  imlib

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>