blob: dc5b810a0e9a2b9aee5f83037aa9e0bb90ca003e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: altermime
# Date created: 2005-01-25
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
#
# $FreeBSD$
# $Tecnik: ports/mail/altermime/Makefile,v 1.4 2006/04/07 20:30:34 itetcu Exp $
#
PORTNAME= altermime
PORTVERSION= 0.3.11.a1
CATEGORIES= mail textproc
#MASTER_SITES= http://www.pldaniels.com/altermime/ \
MASTER_SITES= http://T32.tecnik93.com/FreeBSD/ports/altermime/sources/
MAINTAINER= itetcu@FreeBSD.org
COMMENT= Small C program which is used to alter your mime-encoded mailpacks
PLIST_FILES= bin/altermime
PORTDOCS= CHANGELOG LICENCE README
post-patch:
@${REINPLACE_CMD} -e "s#CFLAGS=-Wall -g#CFLAGS=-Wall ${CFLAGS}#" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
|