mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# Ports collection makefile for: crashecho
|
|
# Date created: 15 November 2002
|
|
# Whom: CyrilM <cyrilm@tower.pp.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= crashecho
|
|
PORTVERSION= 0.2.14
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.nluug.nl/pub/ibiblio/distributions/altlinux/${MASTER_SITE_SUBDIR} \
|
|
ftp://distro.ibiblio.org/pub/linux/distributions/altlinux/${MASTER_SITE_SUBDIR} \
|
|
ftp://ftp.chg.ru/.1/Linux/ALTLinux/${MASTER_SITE_SUBDIR}
|
|
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_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= crashecho.1 \
|
|
crashexport.1 \
|
|
crashmaint.1 \
|
|
crashstats.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
|
|
.include <bsd.port.mk>
|