mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
580851dc74
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS - graphics/pencil: Fix dependencies
36 lines
820 B
Makefile
36 lines
820 B
Makefile
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zphoto
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 13
|
|
CATEGORIES= graphics www
|
|
MASTER_SITES= http://namazu.org/~satoru/zphoto/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Zooming photo album generator
|
|
|
|
OPTIONS_DEFINE= ZIP
|
|
OPTIONS_DEFAULT= ZIP
|
|
ZIP_DESC= Enable zip support
|
|
|
|
LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming \
|
|
libpopt.so:${PORTSDIR}/devel/popt
|
|
|
|
ZIP_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
|
ZIP_CONFIGURE_OFF= --disable-zip
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-avifile
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USE_EFL= imlib2
|
|
USES= perl5 gmake
|
|
USE_PERL5= build
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|<ming.h>|<ming/ming.h>|g' ${WRKSRC}/*.c ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|