blob: d538b285ca68047171970bc947b0572c0bb8ceef (
plain)
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
29
30
31
32
33
|
# Ports collection makefile for: ekg
# Date created: 24 March 2003
# Whom: Jacek Pelka <jacek@combit.com.pl>
#
# $FreeBSD$
PORTNAME= ekg
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= http://dev.null.pl/ekg/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jacek@combit.com.pl
COMMENT= Text-mode Gadu-Gadu client
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS+= --enable-shared \
--disable-static \
--enable-dynamic \
--mandir=${PREFIX}/man
INSTALLS_SHLIB= yes
MAN1= ekg.1
MANLANG= "" pl
MANCOMPRESSED= no
post-install:
${STRIP_CMD} ${PREFIX}/bin/ekg
.include <bsd.port.mk>
|