1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/crosspad/Makefile
Jun-ichiro itojun Hagino 22f3385a79 use lateset version. prior versions contain uucp{un,}lock() which uses
sprintf() in insecure manner (may subject to buffer overflow, like xmindpath
in magicpoint).

If you really care, I can mark them BROKEN until they are confirmed to be safe.
1999-12-02 03:24:24 +00:00

32 lines
666 B
Makefile

# New ports collection makefile for: crosspad
# Version required: 19991202
# Date created: 23 September 1998
# Whom: itojun@itojun.org
#
# $FreeBSD$
#
DISTNAME= crosspad-19991202
CATEGORIES= misc
MASTER_SITES= ftp://ftp.itojun.org/pub/misc/
MAINTAINER= itojun@itojun.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/crosspad/build
MAN1= crosspad2ps.1 crosspad2eps.1 crosspad2tgif.1 crosspad2idraw.1 \
padload.1
DOCS= PROTOCOL README.english README.japanese
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/crosspad
for i in $(DOCS); do \
${INSTALL_DATA} ${WRKSRC}/../$$i ${PREFIX}/share/doc/crosspad; \
done
.endif
.include <bsd.port.mk>