17b9b39d43
- Pet portlint PR: ports/162319 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
22 lines
380 B
Makefile
22 lines
380 B
Makefile
# New ports collection makefile for: pbimaker
|
|
# Date created: June 23, 2011
|
|
# Whom: Jesse
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pbimaker
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/makeapbi/makeapbi/
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
|
COMMENT= A program to convert ports into PBI modules
|
|
|
|
LICENSE= BSD
|
|
|
|
NO_COFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/PBIMaker
|
|
|
|
.include <bsd.port.mk>
|