freebsd-ports/games/xphotohunter/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

26 lines
533 B
Makefile

# 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://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/ \
http://wood.ite.ntnu.edu.tw/~clive/dist/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>