1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/irc/quirc/Makefile
Chris Piazza 10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00

29 lines
562 B
Makefile

# New ports collection makefile for: QuIRC
# Date created: 21 May 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quirc
PORTVERSION= 0.9.79
CATEGORIES= irc tk82
MASTER_SITES= http://patearl.powersurfr.com/quirc/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
USE_XLIB= yes
GNU_CONFIGURE= yes
ALL_TARGET= all quirc.inst
pre-install:
@${MKDIR} ${PREFIX}/share/doc/quirc/doc
post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/quirc.inst ${PREFIX}/bin
@strip ${PREFIX}/bin/quirc
.include <bsd.port.mk>