Lines 8-26
Link Here
|
8 |
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) |
8 |
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= An application for capturing images to generate timelapse videos |
11 |
COMMENT= Application for capturing images to generate timelapse videos |
12 |
|
12 |
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
14 |
|
14 |
|
15 |
LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 |
15 |
LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 |
|
|
16 |
|
17 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
16 |
|
18 |
|
17 |
GNU_CONFIGURE= yes |
|
|
18 |
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} |
19 |
USES= pkgconfig |
19 |
USES= pkgconfig |
20 |
USE_WX= 2.8+ |
20 |
USE_WX= 2.8+ |
21 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
21 |
WX_CONF_ARGS= absolute |
|
|
22 |
USE_AUTOTOOLS= libtoolize aclocal automake autoconf |
23 |
LIBTOOLIZE_ARGS=--copy --force |
24 |
AUTOMAKE_ARGS= --add-missing --copy |
22 |
|
25 |
|
23 |
PLIST_FILES= bin/${PORTNAME} |
26 |
PLIST_FILES= bin/${PORTNAME} |
24 |
|
27 |
|
25 |
NO_STAGE= yes |
28 |
DESKTOP_ENTRIES="gTimelapse" "" "" "${PORTNAME}" "Graphics;GTK;" "" |
|
|
29 |
|
26 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |