aboutsummaryrefslogtreecommitdiffstats
path: root/net/sipsak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sipsak/Makefile')
-rw-r--r--net/sipsak/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile
index 6067c225f711..e0fedadf1207 100644
--- a/net/sipsak/Makefile
+++ b/net/sipsak/Makefile
@@ -6,24 +6,16 @@
#
PORTNAME= sipsak
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.9
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/sipsak/
-EXTRACT_SUFX= .tgz
MAINTAINER= jesusr@FreeBSD.org
COMMENT= Small command line tool for SIP testing
-MAN1= sipsak.1
-
-do-build:
- cd ${WRKSRC} && \
- ${CC} ${CFLAGS} -c md5.c && \
- ${CC} ${CFLAGS} -c sipsak.c && \
- ${CC} ${LDFLAGS} -o sipsak md5.o sipsak.o
+GNU_CONFIGURE= yes
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sipsak ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sipsak.1 ${MAN1PREFIX}/man/man1
+MAN1= sipsak.1
+PLIST_FILES= bin/sipsak
.include <bsd.port.mk>