1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/emulators/aftp/Makefile
Pawel Pekala e0840f0932 - Add staging support
- Remove leading article from COMMENT
2014-04-09 12:41:57 +00:00

23 lines
552 B
Makefile

# Created by: 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= Ftp-like shell for accessing Apple II disk images
PLIST_FILES= bin/aftp man/man1/aftp.1.gz
post-patch:
${REINPLACE_CMD} -e 's|^CC=.*|CC=${CC} ${CPPFLAGS} ${CFLAGS}|' ${WRKSRC}/Makefile
post-install:
${INSTALL_MAN} ${FILESDIR}/aftp.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>