1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/archivers/unadf/Makefile
Edwin Groothuis 37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00

27 lines
505 B
Makefile

# New ports collection makefile for: unadf
# Date created: 1 October 2000
# Whom: Per Wigren
#
# $FreeBSD$
#
PORTNAME= unadf
PORTVERSION= 0.7.9b
CATEGORIES= archivers
MASTER_SITES= http://perso.club-internet.fr/lclevy/adflib/
DISTNAME= adflib
MAINTAINER= wigren@home.se
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>