mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2392e213b6
PR: 29954 Submitted by: nottebrock@crosswinds.net No response: maintainer
30 lines
742 B
Makefile
30 lines
742 B
Makefile
# New ports collection makefile for: tircproxy
|
|
# Date created: 11 Aug 1999
|
|
# Whom: Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tircproxy
|
|
PORTVERSION= 0.4.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://bre.klaki.net/programs/tircproxy/
|
|
|
|
MAINTAINER= CoreDumped@CoreDumped.null.ru
|
|
|
|
WRKSRC= ${WRKDIR}/tircproxy-0.4
|
|
GNU_CONFIGURE= YES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tircproxy ${PREFIX}/sbin
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${ECHO} "===> Installing tircproxy docs in ${PREFIX}/share/doc/tircproxy"
|
|
@${MKDIR} ${PREFIX}/share/doc/tircproxy && ${CHMOD} a+rx ${PREFIX}/share/doc/tircproxy
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tircproxy
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|