1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/ezload/Makefile

27 lines
586 B
Makefile
Raw Normal View History

# New ports collection makefile for: ezload
1999-11-22 19:00:55 +00:00
# Version required: 0.3.1
# Date created: 18 november 1999
# Whom: n_hibma
#
# $FreeBSD$
#
1999-11-22 19:00:55 +00:00
DISTNAME= ezload-0.3.1
CATEGORIES= misc
MASTER_SITES= http://www.etla.net/~n_hibma/usb/
MAINTAINER= n_hibma@FreeBSD.ORG
1999-11-22 19:00:55 +00:00
MAN1= ezupload.1 ezdownload.1 aw.1
MANCOMPRESSED= yes
1999-11-22 19:00:55 +00:00
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}"
.include <bsd.port.pre.mk>
1999-11-22 19:00:55 +00:00
.if ${OSVERSION} < 400012
IGNORE= 'This port only works on 4.00012'
.endif
1999-11-22 19:00:55 +00:00
.include <bsd.port.post.mk>