blob: e29190fcb682d83dd1635826fef6edb0cfa63a6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: pork
# Date created: 04 Feb 2003
# Whom: Bob Bomar <bob@bomar.us>
#
# $FreeBSD$
#
PORTNAME= pork
PORTVERSION= 0.99.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
MAINTAINER= ports@FreeBSD.org
COMMENT= Console-based AIM client
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_PERL5= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|