mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
24 lines
579 B
Makefile
24 lines
579 B
Makefile
# Ports collection Makefile for: smurflog
|
|
# Version required: 1.0
|
|
# Date created: 7/06/1998
|
|
# Whom: nectar@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= smurflog-2.1
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ftp://ftp.bitchx.org/pub/bitchx/files/ \
|
|
ftp://ftp.buk.net/pub/software/bitchx/files/ \
|
|
http://www.nectar.cc/distfiles/
|
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
|
|
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
|
|
|
|
.include <bsd.port.mk>
|