Lines 6-32
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libqalculate |
8 |
PORTNAME= libqalculate |
9 |
PORTVERSION= 0.9.3 |
9 |
PORTVERSION= 0.9.5 |
10 |
CATEGORIES= math |
10 |
CATEGORIES= math |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= qalculate |
12 |
MASTER_SITE_SUBDIR= qalculate |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Very powerful GUI calculator for GNOME (backend library) |
15 |
COMMENT= A a multi-purpose desktop calculator (backend library) |
16 |
|
16 |
|
17 |
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln |
17 |
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln |
18 |
|
18 |
|
19 |
USE_AUTOTOOLS= libtool:15 |
19 |
USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 |
20 |
USE_GMAKE= yes |
|
|
21 |
USE_GETTEXT= yes |
20 |
USE_GETTEXT= yes |
22 |
GNU_CONFIGURE= yes |
21 |
USE_GMAKE= yes |
23 |
USE_GNOME= intlhack gnomehack glib20 libxml2 |
22 |
USE_AUTOTOOLS= libtool:15 |
24 |
INSTALLS_SHLIB= yes |
23 |
USE_LDCONFIG= yes |
25 |
|
24 |
|
26 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.pre.mk> |
27 |
|
26 |
|
28 |
.if ${OSVERSION} < 500000 |
27 |
.if ${OSVERSION} < 500000 |
29 |
IGNORE= does not build on FreeBSD 4.x |
28 |
IGNORE= does not build on FreeBSD 4.x |
30 |
.endif |
29 |
.endif |
|
|
30 |
|
31 |
post-patch: |
32 |
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in |
33 |
|
31 |
|
34 |
|
32 |
.include <bsd.port.post.mk> |
35 |
.include <bsd.port.post.mk> |