diff options
author | danfe <danfe@FreeBSD.org> | 2012-05-13 00:07:32 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-05-13 00:07:32 +0800 |
commit | 7a2377ee83b9be4556e6d81fc99eb505e28d7647 (patch) | |
tree | cb117ba551bceb8bd453878d5aca5da372057964 /graphics | |
parent | 445f5914b840d1981a7d485de76f3caeb70cd438 (diff) | |
download | freebsd-ports-gnome-7a2377ee83b9be4556e6d81fc99eb505e28d7647.tar.gz freebsd-ports-gnome-7a2377ee83b9be4556e6d81fc99eb505e28d7647.tar.zst freebsd-ports-gnome-7a2377ee83b9be4556e6d81fc99eb505e28d7647.zip |
Relinquish some Canon DSLR cameras ports I no longer have time to maintain.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eos-movrec/Makefile | 4 | ||||
-rw-r--r-- | graphics/gtimelapse/Makefile | 4 | ||||
-rw-r--r-- | graphics/multican/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile index 01b3407b095e..3633ebbfbf1a 100644 --- a/graphics/eos-movrec/Makefile +++ b/graphics/eos-movrec/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 0.3.1_beta CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A program to capture short movies with Canon DSLR camera LICENSE= GPLv2 @@ -28,6 +28,6 @@ DISTVERSIONSUFFIX= -src PLIST_FILES= bin/eos_movrec post-patch: - @${REINPLACE_CMD} -e 's,GLIBC,FreeBSD,' ${WRKSRC}/os_api.h + @${REINPLACE_CMD} -e 's,GLIBC,${OPSYS},' ${WRKSRC}/os_api.h .include <bsd.port.mk> diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index b1f20216c981..c9226973d762 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 0.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An application for capturing images to generate timelapse videos LICENSE= GPLv2 @@ -22,6 +22,6 @@ CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} USE_WX= 2.8+ WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/gtimelapse +PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> diff --git a/graphics/multican/Makefile b/graphics/multican/Makefile index 5bd9f2abfb90..261a196c7730 100644 --- a/graphics/multican/Makefile +++ b/graphics/multican/Makefile @@ -10,12 +10,12 @@ DISTVERSION= 0.0.5 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Remote control utility for Canon DSLR cameras LICENSE= GPLv2 -CFLAGS+= -fPIC +CFLAGS+= -fPIC # required at least on amd64 USE_LDCONFIG= yes PLIST_FILES= bin/multican lib/libmultican.so.0 lib/libmultican.so \ |