mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# New ports collection makefile for: QuIRC
|
|
# Version required: 0.9.77
|
|
# Date created: 21 May 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/06/19 08:25:54 cpiazza Exp $
|
|
#
|
|
|
|
DISTNAME= quirc
|
|
PKGNAME= quirc-0.9.77
|
|
CATEGORIES= irc tk80
|
|
MASTER_SITES= http://www.quirc.org/ \
|
|
http://patearl.powersurfr.com/quirc/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/quirc
|
|
|
|
.include <bsd.port.mk>
|