mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
625c7a3ec8
Script Lib/myconf has problem with detecting Big or Little Endian machine and he always set "Big Endian machine". archivers/unadf will compile but when you want to unpack some files you will get this message: "Compilation error : #define LITT_ENDIAN must exist" PR: ports/53622 Submitted by: Jacek Serwatynski <tutus@trynet.eu.org> <tutus@trynet.eu.org>
29 lines
585 B
Makefile
29 lines
585 B
Makefile
# 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
|
|
USE_REINPLACE= yes
|
|
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>
|