freebsd-ports/comms/yaps/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

31 lines
774 B
Makefile

# New ports collection makefile for: yaps
# Date created: Di 29 Sep 1998 15:51:27 CEST
# Whom: se
#
# $FreeBSD$
#
PORTNAME= yaps
PORTVERSION= 0.96
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/serialcomm/machines
MAINTAINER= se@FreeBSD.org
COMMENT= Yet Another Pager Software: send messages to pager (SMS, TAP, ...)
USE_GMAKE= true
MAN1= yaps.1
post-install:
${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample
${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/yaps
${INSTALL_DATA} ${WRKSRC}/yaps.doc ${PREFIX}/share/doc/yaps
${INSTALL_DATA} ${WRKSRC}/yaps.html ${PREFIX}/share/doc/yaps
.endif
.include <bsd.port.mk>