aboutsummaryrefslogtreecommitdiffstats
path: root/net/pork/Makefile
blob: 5fd6657cbd43fdc116848a63f92c1bc7ea335ad3 (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
# New ports collection makefile for:   pork
# Date created:         04 Feb 2003
# Whom:             Bob Bomar <bob@bomar.us>
#
# $FreeBSD$
#

PORTNAME=       pork
PORTVERSION=        0.99.7
CATEGORIES=     net
MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk

MAINTAINER=     krion@FreeBSD.org
COMMENT=        Console-based AIM client

USE_PERL5=      yes
USE_GETOPT_LONG=    yes
USE_OPENSSL=        yes

GNU_CONFIGURE=      yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>