Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/www/castget/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ |
2 |
# $FreeBSD: head/www/castget/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ |
3 |
|
3 |
|
4 |
PORTNAME= castget |
4 |
PORTNAME= castget |
5 |
PORTVERSION= 1.0.1 |
5 |
PORTVERSION= 1.2.1 |
6 |
PORTREVISION= 7 |
|
|
7 |
CATEGORIES= www |
6 |
CATEGORIES= www |
8 |
MASTER_SITES= SAVANNAH |
7 |
MASTER_SITES= SAVANNAH |
9 |
|
8 |
|
Lines 17-32
Link Here
|
17 |
libcurl.so:${PORTSDIR}/ftp/curl |
16 |
libcurl.so:${PORTSDIR}/ftp/curl |
18 |
|
17 |
|
19 |
USE_LDCONFIG= yes |
18 |
USE_LDCONFIG= yes |
20 |
USES= libtool pkgconfig |
19 |
USES= libtool pkgconfig tar:bzip2 |
21 |
USE_GNOME= glib20 libxml2 |
20 |
USE_GNOME= glib20 libxml2 |
22 |
CPPFLAGS+= -I${LOCALBASE}/include |
21 |
CPPFLAGS+= -I${LOCALBASE}/include |
23 |
LDFLAGS+= -L${LOCALBASE}/lib |
22 |
LDFLAGS+= -L${LOCALBASE}/lib |
24 |
CONFIGURE_ARGS= --disable-static |
23 |
# CONFIGURE_ARGS= --disable-static |
25 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
26 |
INSTALL_TARGET= install-strip |
25 |
INSTALL_TARGET= install-strip |
27 |
|
26 |
|
28 |
PLIST_FILES= bin/castget include/libcastget.h \ |
27 |
PLIST_FILES= bin/castget \ |
29 |
lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \ |
|
|
30 |
man/man1/castget.1.gz man/man5/castgetrc.5.gz |
28 |
man/man1/castget.1.gz man/man5/castgetrc.5.gz |
31 |
|
29 |
|
32 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |