mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a76d9d14a0
reported by tb@
26 lines
452 B
Makefile
Executable File
26 lines
452 B
Makefile
Executable File
COMMENT= utility for altering mime-encoded mailpacks
|
|
|
|
DISTNAME= altermime-0.3.10
|
|
REVISION= 1
|
|
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= https://pldaniels.com/altermime/
|
|
|
|
# alterMIME LICENSE
|
|
# (see share/doc/altermime/LICENCE)
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += c
|
|
|
|
SITES= ${HOMEPAGE}
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/altermime
|
|
${INSTALL_DATA} ${WRKSRC}/LICENCE ${PREFIX}/share/doc/altermime
|
|
|
|
.include <bsd.port.mk>
|