Changeset View
Changeset View
Standalone View
Standalone View
graphics/gifsicle/Makefile
| PORTNAME= gifsicle | PORTNAME= gifsicle | ||||
| PORTVERSION= 1.96 | PORTVERSION= 1.96 | ||||
| CATEGORIES= graphics | CATEGORIES= graphics | ||||
| MASTER_SITES= https://www.lcdf.org/gifsicle/ | MASTER_SITES= https://www.lcdf.org/gifsicle/ | ||||
| MAINTAINER= tagattie@FreeBSD.org | MAINTAINER= tagattie@FreeBSD.org | ||||
| COMMENT= Manipulates GIF images and animations | COMMENT= Manipulates GIF images and animations | ||||
| WWW= https://www.lcdf.org/gifsicle/ | WWW= https://www.lcdf.org/gifsicle/ | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| BROKEN_mips= fails to build: undefined reference to '__sync_add_and_fetch_4' | |||||
| BROKEN_mips64= fails to build: undefined reference to '__sync_add_and_fetch_4' | |||||
| FLAVORS= x11 nox11 | FLAVORS= x11 nox11 | ||||
| FLAVOR?= ${FLAVORS:[1]} | FLAVOR?= ${FLAVORS:[1]} | ||||
| nox11_PKGNAMESUFFIX= -nox11 | nox11_PKGNAMESUFFIX= -nox11 | ||||
| USES= cpe | USES= cpe | ||||
| CPE_VENDOR= gifsicle_project | CPE_VENDOR= gifsicle_project | ||||
| Show All 25 Lines | |||||