19 lines
313 B
Makefile
19 lines
313 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|