mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ff24712f03
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket
27 lines
535 B
Makefile
27 lines
535 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mbox2imap
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://BSDforge.com/projects/source/mail/mbox2imap/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Upload email stored in mbox file format to an IMAP server
|
|
|
|
LICENSE= NONE
|
|
|
|
USES= python shebangfix tar:xz
|
|
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|