aboutsummaryrefslogtreecommitdiffstats
path: root/converters/base64/Makefile
blob: 6059696a29f87c52b95d04974785bea5f9c7bbaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    groach
# Date created:             29 Oct 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   base64
PORTVERSION=    0.1
CATEGORIES= converters
MASTER_SITES=   http://www.codecenter.com/base64/
DISTNAME=   b64

MAINTAINER= ports@FreeBSD.org

ALL_TARGET= clean all
WRKSRC=     ${WRKDIR}/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin

.include <bsd.port.mk>