mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
de8fe86008
- Convert to USES
21 lines
374 B
Makefile
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>
|