summaryrefslogblamecommitdiff
path: root/sysutils/uif2iso/Makefile
blob: 9f7ee1441caaae0d5a27c011329acde403037313 (plain) (tree)

























                                                                                             
# New ports collection makefile for:	sysutils/uif2iso
# Date created:				27 Jan 2008
# Whom:					Martin Tournoij <carpetsmoker@xs4all.nl>
#
# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.1 2008/01/27 05:41:12 carpetsmoker Exp $
# $FreeBSD$
#

PORTNAME=	uif2iso
PORTVERSION=	0.1.1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.carpetsmoker.net/distfiles/ \
		http://www.xs4all.nl/distfiles/

MAINTAINER=	carpetsmoker@xs4all.nl
COMMENT=	Convert MagicISO UIF files to ISO9660

PLIST_FILES=	bin/uif2iso

do-build:
	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/uif2iso.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/uif2iso ${PREFIX}/bin/

.include <bsd.port.mk>