diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-18 15:13:08 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-18 15:13:08 +0000 |
commit | 0f8776e0456ac63405a7011623cc9b80d9957e5b (patch) | |
tree | 93f383c127a8bde685caab9507d36299035d5cd7 /mail/crashecho | |
parent | 11373fc6555b4f8d8d71a774a004fb7c07c65115 (diff) | |
download | ports-0f8776e0456ac63405a7011623cc9b80d9957e5b.tar.gz ports-0f8776e0456ac63405a7011623cc9b80d9957e5b.zip |
Notes
Diffstat (limited to 'mail/crashecho')
-rw-r--r-- | mail/crashecho/Makefile | 18 | ||||
-rw-r--r-- | mail/crashecho/distinfo | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/mail/crashecho/Makefile b/mail/crashecho/Makefile index c91c460d5b99..56c82d571c62 100644 --- a/mail/crashecho/Makefile +++ b/mail/crashecho/Makefile @@ -8,16 +8,23 @@ PORTNAME= crashecho PORTVERSION= 0.2.14 CATEGORIES= mail -MASTER_SITES= http://hell.binec.ru/crashecho/ - -DEPRECATED= "sourceforge site \(crashecho\) up but barren" -EXPIRATION_DATE=2005-08-31 +MASTER_SITES= ftp://ftp.nluug.nl/pub/ibiblio/distributions/altlinux/ \ + ftp://distro.ibiblio.org/pub/linux/distributions/altlinux/ \ + ftp://ftp.chg.ru/.1/Linux/ALTLinux/ +MASTER_SITE_SUBDIR= Sisyphus/files/SRPMS/ +EXTRACT_SUFX= .rpm +DISTFILES= ${PORTNAME}-${PORTVERSION}-alt1.src${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= An FTN JAM and *.MSG tosser +EXTRACT_DEPENDS=rpm2cpio:${PORTSDIR}/archivers/rpm LIB_DEPENDS= jam.2:${PORTSDIR}/mail/jamlib +EXTRACT_CMD= rpm2cpio +EXTRACT_BEFORE_ARGS= # empty +EXTRACT_AFTER_ARGS= | ${CPIO} -i + USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -28,6 +35,9 @@ MAN1= crashecho.1 \ crashwrite.1 MAN5= crashecho.conf.5 +post-extract: + cd ${WRKDIR} && tar zxf ${PORTNAME}-${PORTVERSION}.tar.gz + post-install: ${MKDIR} ${PREFIX}/etc/ftn ${INSTALL_DATA} ${WRKSRC}/doc/crashecho.conf ${PREFIX}/etc/ftn/crashecho.conf.sample diff --git a/mail/crashecho/distinfo b/mail/crashecho/distinfo index 10ec20d267cc..651a94570353 100644 --- a/mail/crashecho/distinfo +++ b/mail/crashecho/distinfo @@ -1,2 +1,2 @@ -MD5 (crashecho-0.2.14.tar.gz) = c1df52abdef84d28cdfe46b5feeaa77c -SIZE (crashecho-0.2.14.tar.gz) = 323521 +MD5 (crashecho-0.2.14-alt1.src.rpm) = 1dd3336fa600a025941188279b3e02c7 +SIZE (crashecho-0.2.14-alt1.src.rpm) = 327270 |