blob: c44e26fe9e9e5797de0badbcba9ea731328edce5 (
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
26
27
28
|
# Ports collection makefile for: sms
# Date created: 23 dec 2001
# Whom: Michal Pasternak <doc@lublin.t1.pl>
#
# $FreeBSD$
#
PORTNAME= sms
PORTVERSION= 1.8.9h
CATEGORIES= misc
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
PKGNAMEPREFIX= pl-
MAINTAINER= doc@lublin.t1.pl
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
WRKSRC= ${WRKDIR}/sms
USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}"
.if defined(NOPORTDOCS)
MAKE_ARGS+= NOPORTDOCS=1
.endif
post-install:
${STRIP_CMD} ${PREFIX}/bin/sms
.include <bsd.port.mk>
|