blob: 3dde8c57fc74fa68b57535bcc6ee46f77e69d263 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: yagirc
# Date created: 6 July 1998
# Whom: mph
#
# $FreeBSD$
#
PORTNAME= yagirc
PORTVERSION= 0.66.1
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mph
MAINTAINER= mph@freebsd.org
USE_XPM= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_IMLIB= yes
USE_ESOUND= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-gnome --disable-pthread
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|