diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-05 17:49:38 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-05 17:49:38 +0000 |
commit | 36786254f32882d0982c1f3775d419d7c67e8bff (patch) | |
tree | ef95daad0934a16d552339e8964c27c5fc4a58ef /misc/smssend/Makefile | |
parent | 234a6597c12c42117052697444926509caa6e072 (diff) |
Notes
Diffstat (limited to 'misc/smssend/Makefile')
-rw-r--r-- | misc/smssend/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile new file mode 100644 index 000000000000..15edc0ae8131 --- /dev/null +++ b/misc/smssend/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: SmsSend +# Date created: 1st January 2001 +# Whom: Miklos Niedermayer <mico@bsd.hu> +# +# $FreeBSD$ +# + +PORTNAME= smssend +PORTVERSION= 2.2 +CATEGORIES= misc +MASTER_SITES= http://zekiller.skytech.org/fichiers/smssend/ + +MAINTAINER= mico@bsd.hu + +MAN1= smssend.1 smssend.scripting.1 email2smssend.1 + +MANLANG= "" fr + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +post-install: + strip ${PREFIX}/bin/smssend + +.include <bsd.port.mk> |