mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
4416dfd133
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
23 lines
406 B
Makefile
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>
|