mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
27 lines
616 B
Makefile
27 lines
616 B
Makefile
# Created by: Andrej Zverev <az@inec.ru>
|
|
|
|
PORTNAME= mdf2iso
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= DEBIAN
|
|
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz ${PORTNAME}_${PORTVERSION}-${DEBIANVERSION}.debian.tar.xz
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Alcohol 120% to ISO converter
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
DEBIANVERSION= 2
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKDIR}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|