aboutsummaryrefslogtreecommitdiffstats
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 23723b3f31b6..1de7c16a0196 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.13 1996/11/18 13:57:14 asami Exp $
+# $Id: Makefile,v 1.14 1996/11/22 08:19:50 swallace Exp $
#
DISTNAME= mgetty-0.99
@@ -13,6 +13,7 @@ DISTFILES= mgetty099-Aug07.tar.gz
MAINTAINER= jmz@FreeBSD.org
+NO_PACKAGE= yes # too many questions
IS_INTERACTIVE= yes
MAKE_FLAGS= prefix=${PREFIX} -f
MAN1= coverpg.1 fax.1 faxq.1 faxrm.1 faxrunq.1 faxspool.1 \
>
d5c0be22d278
26bbead98ad3
133aa6039ddf

73ae80e21125



133aa6039ddf


73ae80e21125
133aa6039ddf












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
34
35
36
37
38
39
40
41
42
43







                                                                 
                     
                 
                                  
                                                           
                                               

                                   
                                  
                                             
 
                   
                               

                                                                   



                                                                                  


                           
                                         












                                                 
# New ports collection makefile for:   dictionary
# Date created:                23 March 2002
# Whom:                        Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#

PORTNAME=   dictionary
PORTVERSION=    1.8.7
PORTREVISION=   2
CATEGORIES= textproc net elisp
MASTER_SITES=   http://me.in-berlin.de/~myrkr/dictionary/ \
        http://bsdchat.com/dist/dryice/
PKGNAMESUFFIX=  -${EMACS_PORT_NAME}

MAINTAINER= dryice@FreeBSD.org
COMMENT=    A dictionary client for Emacs

USE_EMACS=  yes
EMACS_PORT_NAME?=   emacs22

LISPDIR=    ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
ELS=        connection.el dictionary.el link.el

do-build:
    cd ${WRKSRC}; ${EMACS_CMD} -batch -l lpath.el -f batch-byte-compile ${ELS}

do-install:
    ${MKDIR} ${LISPDIR}
.for i in ${ELS} *.elc dictionary-init.el
    ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
.endfor

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>