diff options
Diffstat (limited to 'net-im/pork/Makefile')
-rw-r--r-- | net-im/pork/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-im/pork/Makefile b/net-im/pork/Makefile new file mode 100644 index 000000000000..d8f9962e519b --- /dev/null +++ b/net-im/pork/Makefile @@ -0,0 +1,22 @@ +# 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> |