diff options
Diffstat (limited to 'databases/libgda5-ui/Makefile')
-rw-r--r-- | databases/libgda5-ui/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/libgda5-ui/Makefile b/databases/libgda5-ui/Makefile new file mode 100644 index 000000000000..601b4c2f979a --- /dev/null +++ b/databases/libgda5-ui/Makefile @@ -0,0 +1,29 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-ui/Makefile 17268 2013-04-01 05:13:11Z marcus $ + +PORTREVISION= 1 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-ui + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The libgda 5 ui library + +MASTERDIR= ${.CURDIR}/../libgda5 +PLIST= ${.CURDIR}/pkg-plist + +CONFLICTS= libgda4-4.* + +LIBGDA5_SLAVE= ui + +do-build: + @cd ${WRKSRC}/libgda-ui && ${GMAKE} + @cd ${WRKSRC}/control-center && ${GMAKE} + @cd ${WRKSRC}/tools/browser && ${GMAKE} + +do-install: + @cd ${WRKSRC}/libgda-ui && ${GMAKE} install + @cd ${WRKSRC}/control-center && ${GMAKE} install + @cd ${WRKSRC}/tools/browser && ${GMAKE} install + +.include "${MASTERDIR}/Makefile" |