1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xphotohunter/Makefile
Foxfair Hu 4416dfd133 PR: 16869
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	port's maintainer

          - Fix CATEGORIES/LIB_DEPENDS
          - Support CC/CFLAGS/PREFIX properly
          - Support imlib-config
          - Add USE_X_PREFIX
          - Remove USE_GMAKE
          - Move post-install message to pkg/MESSAGE
          - Add WWW: line and remove version number from pkg/DESCR
2000-03-19 03:10:36 +00:00

23 lines
406 B
Makefile

# 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>