mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
c146b102b0
- Take maintainership
24 lines
480 B
Makefile
24 lines
480 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.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ojnk
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Console-based AIM client
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_GETOPT_LONG= yes
|
|
USE_OPENSSL= yes
|
|
|
|
.include <bsd.port.mk>
|