26 lines
511 B
Makefile
26 lines
511 B
Makefile
# New ports collection makefile for: cramfs
|
|
# Date created: 2006-11-29
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cramfs
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= The compressed ROM filesystem
|
|
|
|
MAKEFILE= GNUmakefile
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= sbin/cramfsck sbin/mkcramfs
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cramfsck ${PREFIX}/sbin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mkcramfs ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|