blob: 8248e84a869e795da7c8ba8dd991adfa45f613ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xphotohunter
# Version required: 1.4
# Date created: 12 Aug 1999
# Whom: clive
#
# $FreeBSD$
#
DISTNAME= xphotohunter-1.4
CATEGORIES= games
MASTER_SITES= http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/
MAINTAINER= clive@CirX.ORG
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|