blob: adfa80d996040ec21c7d67225b603d047547d95e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|