2003-04-01 02:19:33 +02:00
|
|
|
# New ports collection makefile for: pork
|
|
|
|
# Date created: 04 Feb 2003
|
|
|
|
# Whom: Bob Bomar <bob@bomar.us>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pork
|
2004-12-15 11:34:34 +01:00
|
|
|
PORTVERSION= 0.99.7
|
2003-04-01 02:19:33 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ojnk
|
|
|
|
|
2003-11-16 19:09:23 +01:00
|
|
|
MAINTAINER= krion@FreeBSD.org
|
2003-04-01 02:19:33 +02:00
|
|
|
COMMENT= Console-based AIM client
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
2003-11-16 19:09:23 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
USE_OPENSSL= yes
|
2003-04-01 02:19:33 +02:00
|
|
|
|
2004-08-28 09:45:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-08-28 09:45:29 +02:00
|
|
|
|
2003-04-01 02:19:33 +02:00
|
|
|
.include <bsd.port.mk>
|