blob: 2bed61b78bc576014124ecb36c50d4d572c7e2d8 (
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
24
25
|
# New ports collection makefile for: makeztxt
# Date created: Oct 19, 2002
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= makeztxt
PORTVERSION= 1.43
PORTREVISION= 1
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gutenpalm
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= roman@xpert.com
COMMENT= Command line utility to create GutenPalm's zTXT format databases
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${LOCALBASE}/bin/
.include <bsd.port.mk>
|