1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Yen-Ming Lee cb1428eb7a - temporal fix for the gauche package's bug (missing empty directories)
- add a missing file to the plist

PR:		55450
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-12 10:17:54 +00:00

35 lines
726 B
Makefile

# New ports collection makefile for: scmail
# Date created: 13 April 2003
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= scmail
PORTVERSION= 0.2
CATEGORIES= mail
MASTER_SITES= http://www.namazu.org/~satoru/scmail/
MAINTAINER= fuyuki@nigredo.org
COMMENT= A mail filter written in Scheme
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_REINPLACE= yes
MAKE_ARGS= PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}"
post-patch:
${REINPLACE_CMD} -e "s|cp -p|${CP}|g" ${WRKSRC}/Makefile
pre-install:
${MKDIR} `gauche-config --sitelibdir`
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>