head	1.14;
access;
symbols
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	old_RELEASE_5_1_0:1.5
	old_RELEASE_4_8_0:1.3
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2005.12.15.03.16.21;	author lawrance;	state dead;
branches;
next	1.13;

1.13
date	2005.08.30.02.09.27;	author lawrance;	state Exp;
branches;
next	1.12;

1.12
date	2004.09.02.08.18.19;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2004.09.02.08.16.25;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.04.05.08.32;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2003.09.25.08.03.56;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.08.19.09.12.40;	author arved;	state Exp;
branches;
next	1.7;

1.7
date	2003.08.08.22.30.33;	author arved;	state Exp;
branches;
next	1.6;

1.6
date	2003.08.04.12.57.34;	author arved;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.10.23.16.01;	author petef;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.30.06.25.21;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.12.48.15;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.03.08.26.33;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.25.20.57.18;	author petef;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Remove expired ports.
@
text
@# Ports collection makefile for: sms
# Date created:		23 dec 2001
# Whom: 		Michal Pasternak <doc@@lublin.t1.pl>
#
# $FreeBSD: ports/polish/sms/Makefile,v 1.13 2005/08/30 02:09:27 lawrance Exp $
#

PORTNAME=	sms
PORTVERSION=	1.9.2m
CATEGORIES=	polish
MASTER_SITES=	http://www.ceti.pl/~miki/komputery/download/sms/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Send SMS to cellular phones in Poland (Idea, ERA, Plus)

DEPRECATED=	No longer supported, use polish/sms2
EXPIRATION_DATE=2005-12-01

WRKSRC=	${WRKDIR}/sms
USE_GMAKE=	yes
USE_REINPLACE=	yes
REINPLACE_ARGS=	-i ""
MAKE_ARGS=	CXX="${CXX}"

.if defined(NOPORTDOCS)
MAKE_ARGS+=	NOPORTDOCS=1
.endif

.if defined(WITHOUT_ADDRESSBOOK)
EXTRA_PATCHES+=	${FILESDIR}/noaddressbook.patch
.else
LIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
.endif

MAN1=		sms.1 smsaddr.1
MAN5=		smsrc.5

post-extract:
	@@${FIND} ${WRKSRC} -name CVS | ${XARGS} -n 1 ${RM} -r

post-patch:
	@@${REINPLACE_CMD} -e 's,/etc/smsrc,${PREFIX}/etc/smsrc,' \
		${WRKSRC}/sms.h \
		${WRKSRC}/README.smsrc
	@@${REINPLACE_CMD} -e 's,bash,sh,' \
		${WRKSRC}/contrib/sms-conf

post-install:
	     ${STRIP_CMD} ${PREFIX}/bin/sms

.include <bsd.port.mk>
@


1.13
log
@Mark deprecated (expires in 3 months).  This version of sms is outdated
and no longer supported by upstream.

PR:		ports/84640
Submitted by:	Krzysztof Kowalewski, Jr. <pyzmen@@kam.pl> (polish/sms2 maint)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Update to 1.9.2m

PR:		ports/70984
Submitted by:	Kowalewski Krzysztof, Jr. <pyzmen@@kam.pl>
@
text
@d16 3
@


1.11
log
@- Resign on maintainership of my FreeBSD ports

Submitted by:	Michal Pasternak <dotz@@irc.pl>
@
text
@d9 1
a9 2
PORTVERSION=	1.9.2d
PORTREVISION=	1
a15 2
LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm

d19 1
a19 1
REINPLACE_ARGS= -i ""
d21 1
d25 12
@


1.10
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d14 1
a14 1
MAINTAINER=	dotz@@irc.pl
@


1.9
log
@Update to 1.9.2d

PR:		56645
Submitted by:	Michal Pasternak <doc@@lublin.t1.pl>
@
text
@d10 1
@


1.8
log
@- Update the Categories after Repocopy.
- Adjust MASTERDIRs
- Remove PKGNAMEPREFIX since it is implicit
- Add ports to Category Makefile

PR:		53797
Submitted by:	Aleksander Fafula <alex@@fafula.com>
Approved by:	portmgr (marcus)
Repocopied by:	joe
@
text
@d9 1
a9 1
PORTVERSION=	1.9.1i
@


1.7
log
@Fix the REINPLACE_CMD

Submitted by:	Krzysztof Stryjek <wtp@@mud.pl>
Big pointy hat:	arved
@
text
@d10 1
a10 1
CATEGORIES=	misc
a11 1
PKGNAMEPREFIX=	pl-
@


1.6
log
@Move configurationfile from /etc to ${PREFIX}/etc.
Corected also shell from /bin/bash to /bin/sh

PR:		53565
Submitted by:	Krzysztof Stryjek <wtp@@mud.pl>
@
text
@d22 1
a22 1
REINPLACE_ARGS= # empty
@


1.5
log
@- update to 1.9.1i
- update maintainer's email address

PR:		52035
Submitted by:	maintainer
@
text
@d21 2
d27 7
@


1.4
log
@misc/pl-sms: update to a new version 1.9.1h

PR:		ports/50429
Submitted by:	Michal Pasternak <doc@@hisio.safenet.pl>
@
text
@d9 1
a9 1
PORTVERSION=	1.9.1h
d14 1
a14 1
MAINTAINER=	doc@@lublin.t1.pl
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.8.9h
@


1.2
log
@chase gdbm lib version
@
text
@d15 1
@


1.1
log
@Add pl-sms 1.8.9h, send SMS to cellular phones in Poland (Idea,
ERA, Plus).

PR:		33123
Submitted by:	Michal Pasternak <doc@@lublin.t1.pl>
@
text
@d16 1
a16 1
LIB_DEPENDS=	gdbm.2:${PORTSDIR}/databases/gdbm
@

