1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/comms/ncid/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

38 lines
776 B
Makefile

# 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>