aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pbimaker/Makefile
blob: 3c50f48e52f4ec5487ce341f5cc3f5d82bb719d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Jesse

PORTNAME=	pbimaker
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	SF/makeapbi/makeapbi/

MAINTAINER=	jessefrgsmith@yahoo.ca
COMMENT=	Program to convert ports into PBI modules

LICENSE=	BSD3CLAUSE

WRKSRC=		${WRKDIR}/PBIMaker

PLIST_FILES=	bin/pbimaker \
		share/pbimaker/defaulticon.png

post-patch:
	@${REINPLACE_CMD} -e 's|CC=gcc|CC?=gcc|' \
		-e 's|PREFIX)/|DESTDIR)$$(&|g' \
		${WRKSRC}/Makefile
post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>