diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-13 14:05:52 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-13 14:05:52 +0000 |
commit | 1e86669962a99830811f4a63efce8e1140d1d4ab (patch) | |
tree | 2fa239370e109c8d8c5014bcfdcd8cc27b320631 /graphics | |
parent | 72fa4909bd8dbe62ca3f30eea7c36a6c764ffcd0 (diff) | |
download | FreeBSD-ports-1e86669962a99830811f4a63efce8e1140d1d4ab.zip FreeBSD-ports-1e86669962a99830811f4a63efce8e1140d1d4ab.tar.gz |
- Add libimg-tk83 as slave port.
PR: ports/110223
Submitted by: Martin Matuska <martin at matuska.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libimg-tk83/Makefile | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c6666c2..37e96af 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -359,6 +359,7 @@ SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libimg + SUBDIR += libimg-tk83 SUBDIR += libimg-tkstep80 SUBDIR += libiptcdata SUBDIR += libkexif diff --git a/graphics/libimg-tk83/Makefile b/graphics/libimg-tk83/Makefile new file mode 100644 index 0000000..e11bac1 --- /dev/null +++ b/graphics/libimg-tk83/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: libimg-tkstep +# Date created: 11 March 2007 +# Whom: Martin Matuska <martin@matuska.org> +# +# $FreeBSD$ +# + +PORTNAME= libimg-tk83 +CATEGORIES= graphics tk83 + +MAINTAINER= martin@matuska.org + +USE_TK= 83 +MASTERDIR= ${.CURDIR}/../libimg + +.include "${MASTERDIR}/Makefile" |