blob: 18db3af2b39ae88ba6443b745338fcd3d4c0685e (
plain) (
blame)
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: 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>
|