mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
3a34ffa58f
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
26 lines
596 B
Makefile
26 lines
596 B
Makefile
# Created by: theraven@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pikopixel
|
|
DISTVERSION= 1.0-b9c
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics gnustep
|
|
MASTER_SITES= http://twilightedge.com/downloads/
|
|
DISTNAME= PikoPixel.Sources.1.0-b9c
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Application for drawing and editing pixel-art images
|
|
|
|
LICENSE= AGPLv3
|
|
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt
|
|
|
|
USES= gnustep
|
|
WRKSRC_SUBDIR= PikoPixel
|
|
USE_GNUSTEP= base build gui
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/PikoPixel.app/PikoPixel
|
|
|
|
.include <bsd.port.mk>
|