1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/pdixtract/Makefile
2013-11-16 03:33:37 +00:00

29 lines
547 B
Makefile

# Created by: Markus Brueffer <markus@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdixtract
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markus
DISTNAME= PDITOOL
MAINTAINER= ports@FreeBSD.org
COMMENT= Extracts or converts .pdi file sets to .iso
LICENSE= GPLv2
NO_WRKSUBDIR= yes
USE_ZIP= yes
PLIST_FILES= bin/pdixtract
do-build:
cd ${WRKDIR}; ${CC} ${CFLAGS} pdixtract.c -o pdixtract
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pdixtract ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>