1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/palm/jpilot-picsnvideos/Makefile

39 lines
895 B
Makefile

# Created by: Sascha Klauder <sklauder@trimind.de>
# $FreeBSD$
PORTNAME= picsnvideos
PORTVERSION= 0.2
PORTREVISION= 3
CATEGORIES= palm comms graphics
MASTER_SITES= SF/${PORTNAME}/source%20code/${PORTVERSION}
PKGNAMEPREFIX= jpilot-
MAINTAINER= sklauder@trimind.de
COMMENT= JPilot plugin to download photos and videos
RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot
BUILD_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot
LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yes
LDFLAGS+= -L${PREFIX}/lib
PORTDOCS= README AUTHORS
PLIST_FILES= lib/jpilot/plugins/libpicsnvideos.la \
lib/jpilot/plugins/libpicsnvideos.so
NO_STAGE= yes
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>