aboutsummaryrefslogtreecommitdiff
path: root/comms/ncid/Makefile
blob: 7de5ce267209567c59b353aea014732cbfbe5f8c (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
34
35
36
37
# New ports collection makefile for:   ncid
# Date created:        06 June 2005
# Whom:                David
#
# $FreeBSD$
#

PORTNAME=	ncid
PORTVERSION=	0.67
PORTREVISION=	1
CATEGORIES=	comms
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Network based Caller ID package

LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84

WRKSRC=		${WRKDIR}/${PORTNAME}

MAN1=		ncid.1 ncidscripts.1 ncidtools.1
MAN5=		ncid.conf.5 ncidd.alias.5 ncidd.conf.5 ncidscript.conf.5
MAN8=		ncidd.8 ncidsip.8

USE_GMAKE=	yes
ALL_TARGET=	freebsd
INSTALL_TARGET=	install-freebsd

PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>