ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
29 lines
566 B
Makefile
29 lines
566 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gcolor3
|
|
PORTVERSION= 2.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Simple color chooser
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_powerpc64= fails to compile: main.c: In function '_print_version_and_exit': will never be executed
|
|
|
|
USES= autoreconf gmake gettext libtool pkgconfig
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Hjdskes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|