aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/freetar/Makefile
blob: 68fd0bdab9ebe89fe39a2cfd9b284cd520ea62c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   freetar
PORTVERSION=    0.9
PORTREVISION=   6
CATEGORIES= archivers gnustep
MASTER_SITES=   http://download.gna.org/freetar/
DISTNAME=   FreeTar-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    TAR archiver for GNUstep

LICENSE=    GPLv2

USES=       gnustep
USE_GNUSTEP=    back build

WRKSRC=     ${WRKDIR}/FreeTar_1_1_1_Source

post-install:
    @${STRIP_CMD} ${STAGEDIR}${GNUSTEP_PREFIX}/System/Applications/FreeTar.app/FreeTar

.include <bsd.port.mk>