1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/freesbie/Makefile
Thomas Zander 5ce1bea7b8 Fix remaining uses of mount_devfs and pkg_install; cleanup port
Details:
- Fix remaining uses of mount_devfs and pkg_install [1]
- Bump PORTREVISION
- Add pkg-message about the upstream project no longer being
  maintained
- pet portlint

Reported by:	christophe.maury@gmail.com via email [1]
2017-09-16 10:36:17 +00:00

39 lines
985 B
Makefile

# Created by: Thomas E. Zander <riggs@rrr.de>
# $FreeBSD$
PORTNAME= freesbie
PORTVERSION= 2.0.20070710
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= LOCAL/riggs/freesbie
DISTNAME= ${PORTNAME}-${PORTVERSION:S/2.0.//}
MAINTAINER= riggs@FreeBSD.org
COMMENT= Yet another cool answer to the system-on-cd question
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64 i386 powerpc
ONLY_FOR_ARCHS_REASON= FreeSBIE build system only supports amd64, i386 and powerpc
RUN_DEPENDS= cdrecord:sysutils/cdrtools
USES= tar:bzip2
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}2
pre-configure:
@${SED} -e "s:%%ARCH%%:${ARCH}:g" ${FILESDIR}/conf-arch-FREESBIE.in > ${WRKSRC}/conf/${ARCH}/FREESBIE
do-install:
@ ${MKDIR} ${STAGEDIR}${DATADIR}
@ ${RM} ${WRKSRC}/scripts/iso.sh.orig \
${WRKSRC}/scripts/pkginstall.sh.orig \
${WRKSRC}/scripts/pkgselect.sh.orig
@ cd ${WRKSRC} && ${FIND} . -type f -print | tar -cf - -T - | \
tar -xf - -C ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>