1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net-im/pork/Makefile
2012-02-03 15:39:31 +00:00

26 lines
472 B
Makefile

# New ports collection makefile for: pork
# Date created: 04 Feb 2003
# Whom: Bob Bomar <bob@bomar.us>
#
# $FreeBSD$
#
PORTNAME= pork
PORTVERSION= 0.99.8.1
CATEGORIES= net-im
MASTER_SITES= SF/ojnk/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Console-based AIM client
USE_PERL5= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's/^inline //' ${WRKSRC}/src/*.h
.include <bsd.port.mk>