diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libimg-tkstep80/Makefile | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8b89a0ef0b16..9e3fc994fbf4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -359,6 +359,7 @@ SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libimg + SUBDIR += libimg-tkstep80 SUBDIR += libiptcdata SUBDIR += libkexif SUBDIR += libkipi diff --git a/graphics/libimg-tkstep80/Makefile b/graphics/libimg-tkstep80/Makefile new file mode 100644 index 000000000000..0d8169a1d9ef --- /dev/null +++ b/graphics/libimg-tkstep80/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: libimg-tkstep80 +# Date created: 11 March 2007 +# Whom: Martin Matuska <martin@matuska.org> +# +# $FreeBSD$ +# + +PORTNAME= libimg-tkstep80 +CATEGORIES= graphics tkstep80 + +MAINTAINER= martin@matuska.org + +USE_TKSTEP80= yes +MASTERDIR= ${.CURDIR}/../libimg + +.include "${MASTERDIR}/Makefile" |