mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
73b0409dab
Update WWW to point to the real git repo and not the github mirror.
26 lines
538 B
Makefile
26 lines
538 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libgnome-games-support
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Small library intended for internal use by GNOME Games
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
LIB_DEPENDS= libgee-0.8.so:devel/libgee
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome pathfix libtool pkgconfig tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|