freebsd-ports/comms/yaps/Makefile
Boris Samorodov 74e26c97ce Fix mtree: the port creates an empty DATADIR. Lets define an empty
list PORTDATA to take this directory into account. Well, the other way
is to add an appropriate line to TMPPLIST. But I like the former more.

Reported by:	Ports-QAT
Pointyhat to:	bsam (me)
2013-06-20 20:34:08 +00:00

35 lines
747 B
Makefile

# Created by: se
# $FreeBSD$
PORTNAME= yaps
PORTVERSION= 0.96
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/serialcomm/machines
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Pager Software: send messages to pager (SMS, TAP, ...)
LICENSE= GPLv2
USE_GMAKE= true
MAN1= yaps.1
PLIST_FILES= bin/yaps etc/yaps.rc.sample
PORTDOCS= yaps.doc yaps.html
PORTDATA= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample
${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/yaps.doc ${WRKSRC}/yaps.html ${DOCSDIR}
.endif
.include <bsd.port.mk>