1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-im/pork/Makefile
Martin Wilke de8fe86008 - Stage support
- Convert to USES
2014-01-31 09:20:58 +00:00

21 lines
374 B
Makefile

# Created by: 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
USES= perl5
USE_OPENSSL= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's/^inline //' ${WRKSRC}/src/*.h
.include <bsd.port.mk>