mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# New ports collection makefile for: jpilot-picsnvideos
|
|
# Date created: 18 Feb 2010
|
|
# Whom: Sascha Klauder <sklauder@trimind.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= picsnvideos
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= palm comms graphics
|
|
MASTER_SITES= SF/${PORTNAME}/source%20code/${PORTVERSION}
|
|
PKGNAMEPREFIX= jpilot-
|
|
|
|
MAINTAINER= sklauder@trimind.de
|
|
COMMENT= JPilot plugin to to download photos and videos
|
|
|
|
RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot
|
|
BUILD_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot
|
|
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib"
|
|
PORTDOCS= README AUTHORS
|
|
PLIST_FILES= lib/jpilot/plugins/libpicsnvideos.la \
|
|
lib/jpilot/plugins/libpicsnvideos.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${WRKSRC}/configure
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
. for FILE in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
|
. endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|