c9ea361463
on sdl12-1.2.5
35 lines
893 B
Makefile
35 lines
893 B
Makefile
# New ports collection makefile for: zphoto
|
|
# Date created: 19 Jul 2002
|
|
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zphoto
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics www
|
|
MASTER_SITES= http://namazu.org/~satoru/zphoto/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
COMMENT= Zooming photo album generator
|
|
|
|
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \
|
|
Imlib2.2:${PORTSDIR}/graphics/imlib2 \
|
|
popt.0:${PORTSDIR}/devel/popt \
|
|
aviplay.0:${PORTSDIR}/multimedia/avifile
|
|
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
CPPFLAGS="-I${LOCALBASE}/include \
|
|
${PTHREAD_CFLAGS}"
|
|
USE_GMAKE= yes
|
|
USE_XLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|<ming.h>|<ming/ming.h>|g' ${WRKSRC}/*.c ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|