1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/misc/telbook/Makefile
Max Khon f55c980c4f New port: telbook
Simple telephone book.

Submitted by:	Kirill Ponomarew
2003-05-19 17:35:50 +00:00

31 lines
705 B
Makefile

# New ports collection makefile for: telbook
# Date created: 19 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= telbook
PORTVERSION= 0.2
CATEGORIES= misc
MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/
MAINTAINER= ponomarew@oberon.net
COMMENT= Simple telephone book
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
NO_BUILD= yes
DOC_FILES= README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/telbook ${PREFIX}/bin/
.ifndef (NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>