opnsense-ports/sysutils/ccd2iso/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
408 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= ccd2iso
PORTVERSION= 0.9
PORTREVISION?= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= ${PORTNAME}
MAINTAINER= osa@FreeBSD.org
COMMENT= CloneCD to ISO converter
PLIST_FILES= bin/ccd2iso
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ccd2iso ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>