freebsd-ports/sysutils/pdixtract/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

28 lines
510 B
Makefile

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