1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/emulators/aftp/Makefile
Matthias Andree bb2dabcbef Heed CC/CPPFLAGS/CFLAGS, fixes clang build.
Drop MD5 from distinfo.
2011-07-01 02:18:46 +00:00

29 lines
651 B
Makefile

# New ports collection makefile for: aftp
# Date created: 18th Febuary 1997
# Last updated: 2nd August, 1998
# Whom: Joel Sutton <jsutton@bbcon.com.au>
#
# $FreeBSD$
#
PORTNAME= aftp
PORTVERSION= 1.0
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.apple.asimov.net/pub/apple_II/utility/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A ftp-like shell for accessing Apple II disk images
MAN1= aftp.1
PLIST_FILES= bin/aftp
post-patch:
${REINPLACE_CMD} -e 's|^CC=.*|CC=${CC} ${CPPFLAGS} ${CFLAGS}|' ${WRKSRC}/Makefile
post-install:
${INSTALL_MAN} ${FILESDIR}/aftp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>