mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
722 B
Makefile
29 lines
722 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.3
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://www.mmedia.is/~bre/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>
|