diff options
author | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
commit | 97eb0074b135b2636d84ff503988e3d76803ddcc (patch) | |
tree | b7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /mail/imbox/Makefile | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'mail/imbox/Makefile')
-rw-r--r-- | mail/imbox/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/imbox/Makefile b/mail/imbox/Makefile deleted file mode 100644 index 5f83e69..0000000 --- a/mail/imbox/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= imbox -DISTVERSION= 1.4 -CATEGORIES= mail -MASTER_SITES= https://git.causal.agency/imbox/snapshot/ - -MAINTAINER= june@causal.agency -COMMENT= IMAP to mbox - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libtls.so:security/libretls - -USES= pkgconfig - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man - -PLIST_FILES= bin/git-fetch-email \ - bin/imbox \ - man/man1/git-fetch-email.1.gz \ - man/man1/imbox.1.gz - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imbox - -.include <bsd.port.mk> |