openbsd-ports/mail/signify/Makefile
xsa 90a12a7be4 Initial import of signify-1.11
Signify is a neat little Perl program that allows a semi-random email
signature to be generated from a set of rules.  You can create multiple
sections where each section can be one of an unlimited number of
possibilities, each with its own weighting so those really cool quotes
can appear more often than others.  Sections can be placed next to each
other vertically to create columns.  You can even format each section
independently as left/right/center and top/bottom/vcenter.

Some email clients, such as Mutt, can be made to automatically invoke
signify when you write a new email message.

Submitted and maintained by Andreas Kahari <andreas.kahari at unix.net>
2004-05-27 20:31:44 +00:00

37 lines
837 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/27 20:31:44 xsa Exp $
COMMENT= "dynamic .signature generator"
DISTNAME= signify-1.11
CATEGORIES= mail
HOMEPAGE= http://signify.sourceforge.net/
MAINTAINER= Andreas Kahari <andreas.kahari@unix.net>
# Public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=signify/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
WRKDIST= ${WRKDIR}/signify
EXAMPLESDIR= ${PREFIX}/share/examples/signify
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/signify.pl ${PREFIX}/bin/signify
${INSTALL_MAN} ${WRKSRC}/signify.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
.for f in Columned Complex Simple SimpleOrColumned
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
.endfor
.include <bsd.port.mk>