2003-01-08 22:20:20 +01:00
|
|
|
# New ports collection makefile for: husky-sqpack
|
2003-01-05 20:34:27 +01:00
|
|
|
# Date created: 6 January 2003
|
|
|
|
# Whom: Max Khon
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sqpack
|
|
|
|
PORTVERSION= 1.2.3
|
|
|
|
PORTREVISION= 1
|
|
|
|
CATEGORIES= news mail
|
2003-06-02 16:56:06 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
|
2003-01-05 20:34:27 +01:00
|
|
|
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
2003-02-18 12:54:56 +01:00
|
|
|
COMMENT= Message base packer
|
2003-01-05 20:34:27 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
|
|
|
|
|
2003-01-11 13:14:54 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
2003-01-05 20:34:27 +01:00
|
|
|
MAN1= sqpack.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2003-01-11 13:14:54 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \
|
|
|
|
${WRKSRC}/sqpack.1
|
|
|
|
|
2003-01-05 20:34:27 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
|
|
|
|
.include <bsd.port.post.mk>
|