freebsd-ports/net-im/pork/Makefile
Edwin Groothuis 118191752b New Port: irc/pork
Pork is a console-based AIM client

PR:		ports/47936
Submitted by:	Bob Bomar <bob@bomar.us>
2003-04-01 00:19:33 +00:00

22 lines
407 B
Makefile

# New ports collection makefile for: pork
# Date created: 04 Feb 2003
# Whom: Bob Bomar <bob@bomar.us>
#
# $FreeBSD$
#
PORTNAME= pork
PORTVERSION= 0.5.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
MAINTAINER= bob@bomar.us
COMMENT= Console-based AIM client
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_PERL5= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>