mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
04b99f7cc7
Approved by: sem (mentor)
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# New ports collection makefile for: mdf2iso
|
|
# Date created: 2005-05-23
|
|
# Whom: Andrej Zverev <az@inec.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mdf2iso
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://download.berlios.de/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= A Alcohol 120% to ISO converter
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/mdf2iso
|
|
|
|
.include <bsd.port.mk>
|