1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/archivers/unlzx/Makefile
2000-06-03 04:42:52 +00:00

31 lines
599 B
Makefile

# New ports collection makefile for: unlzx
# Date created: Sat 3 June 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= unlzx
PORTVERSION= 1.0
CATEGORIES= archivers
MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \
ftp://us.aminet.net/pub/aminet/misc/unix/
DISTNAME= ${PORTNAME}.c
EXTRACT_SUFX= .Z
MAINTAINER= will@FreeBSD.org
NO_WRKSUBDIR= yes
do-extract:
${MKDIR} ${WRKDIR}
${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin
.include <bsd.port.mk>