diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2002-03-31 02:34:25 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2002-03-31 02:34:25 +0800 |
commit | b74fe963a6b3713c5476070482ce6cf256be0246 (patch) | |
tree | 69deb147c034eeab9e8e8a36c667286a469dbf82 /graphics/libexif/Makefile | |
parent | b93a7387199b19b40235ed82ab7325d75fdf0e60 (diff) | |
download | freebsd-ports-gnome-b74fe963a6b3713c5476070482ce6cf256be0246.tar.gz freebsd-ports-gnome-b74fe963a6b3713c5476070482ce6cf256be0246.tar.zst freebsd-ports-gnome-b74fe963a6b3713c5476070482ce6cf256be0246.zip |
Add libexif 0.5.0, which allows digital camera metadata to be read.
PR: 36269
Submitted by: Peter W. Schmiedeskamp <pschmied@qwest.net>
Diffstat (limited to 'graphics/libexif/Makefile')
-rw-r--r-- | graphics/libexif/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile new file mode 100644 index 000000000000..adfa80d99604 --- /dev/null +++ b/graphics/libexif/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libexif +# Date created: Tue Feb 26 19:02:44 MST 2002 +# Whom: Peter Schmiedeskamp +# +# $FreeBSD$ +# + +PORTNAME= libexif +PORTVERSION= 0.5.0 +PORTREVISION= +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=libexif + +MAINTAINER= pschmied@qwest.net + +INSTALLS_SHLIB= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= # Intentionally blank + +.include <bsd.port.mk> |