freebsd-ports/games/xphotohunter/Makefile
Clive Lin 6df27e522f Add missing USE_GETTEXT.
Pointed out by:	kris
2006-02-19 05:44:46 +00:00

25 lines
475 B
Makefile

# New ports collection makefile for: xphotohunter
# Date created: 12 Aug 1999
# Whom: clive
#
# $FreeBSD$
#
PORTNAME= xphotohunter
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= 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>