mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ad3ce22e7e
PR: ports/87635 Submitted by: maintainer
27 lines
556 B
Makefile
27 lines
556 B
Makefile
# New ports collection makefile for: tinybsd
|
|
# Date created: 11 July 2005
|
|
# Whom: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tinybsd
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tinybsd.org/download/
|
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
|
COMMENT= Shell script to build embedded systems based on FreeBSD
|
|
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tinybsd
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|