aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pdixtract/Makefile
blob: 3e3850ac5521ea74aed4a50ab3b7e06ebb630e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    pdixtract
# Date created:             Mon Jul  4 23:21:23 CEST 2005
# Whom:                 Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pdixtract
PORTVERSION=    1.5
CATEGORIES= sysutils
MASTER_SITES=   http://members.chello.se/jonas.thornqvist/
DISTNAME=   PDITOOL

MAINTAINER= markus@FreeBSD.org
COMMENT=    Extracts or converts .pdi file sets to .iso

WRKSRC=     ${WRKDIR}
USE_ZIP=    yes

PLIST_FILES=    bin/pdixtract

do-build:
    cd ${WRKDIR}; ${CC} ${CFLAGS} pdixtract.c -o pdixtract

do-install:
    ${INSTALL_PROGRAM} ${WRKDIR}/pdixtract ${PREFIX}/bin

.include <bsd.port.mk>