mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
262cefb037
PR: 211374 Submitted by: Greg Fitzgerald <gregf@hugops.pw> Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9231
31 lines
661 B
Makefile
31 lines
661 B
Makefile
# Created by: Greg Fitzgerald <gregf@hugops.pw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fb
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://paste.xinu.at/data/client/
|
|
|
|
MAINTAINER= gregf@hugops.pw
|
|
COMMENT= Client for paste.xinu.at
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblzma>0:archivers/py-pyliblzma \
|
|
${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg
|
|
|
|
USES= python shebangfix
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/fb
|
|
|
|
PLIST_FILES= bin/fb man/man1/fb.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|PREFIX=/usr|PREFIX=${LOCALBASE}|g ; \
|
|
s|share/man|man|g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|