aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unadf/Makefile
blob: 7ca05afb56433e3fe7c852e753eb04f5e78edfba (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:    unadf
# Date created:             1 October 2000
# Whom:                 Per Wigren
#
# $FreeBSD$
#

PORTNAME=   unadf
PORTVERSION=    0.7.9b
PORTREVISION=   1
CATEGORIES= archivers
MASTER_SITES=   http://perso.club-internet.fr/lclevy/adflib/
DISTNAME=   adflib

MAINTAINER= wigren@home.se
COMMENT=    Extracts files from .adf-files used by Amiga emulators

NO_WRKSUBDIR=   yes
PLIST_FILES=    bin/unadf
USE_ZIP=    yes

pre-build:
    @${REINPLACE_CMD} -e "s@tests lib demo@lib demo@g" ${WRKSRC}/Makefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/Demo/unadf ${PREFIX}/bin

.include <bsd.port.mk>