freebsd-ports/converters/btoa/Makefile
David W. Chapman Jr. f9b2b36497 Fix invalid distfiles
fix warning during compilation
Bump PORTEPOCH due to pkg_version -t dictating it
Give originator maintainership

PR:		37861
Submitted by:	martin@raq.cx
2002-05-08 17:24:56 +00:00

22 lines
457 B
Makefile

# New ports collection makefile for: btoa
# Date created: 4 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#
PORTNAME= btoa
PORTVERSION= 5.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
MAINTAINER= martin@raq.cx
MAKE_FLAGS= DESTDIR=${PREFIX} -f
MAKEFILE= Makefile.sun
MAN1= btoa.1
.include <bsd.port.mk>