1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/sysutils/pbimaker/Makefile
2021-04-06 16:31:07 +02:00

27 lines
532 B
Makefile

# 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>