1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/graphics/xfractint/Makefile
Pawel Pekala ca4a6cf153 - Update to version 20.04p12 [1]
- Project has new homepage [1]
- Port needs USE_XORG+=xft to compile now
- Use INSTALL_DATA and COPYTREE_SHARE macros instead of CP
  for proper file permissions
- Add desktop entry file

PR:             ports/165911 [1]
Submitted by:   Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by:    maintainer [1]
Feature safe:	yes
2012-03-24 16:51:18 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: xfractint
# Date created: 7 Sept 1995
# Whom: cacho@mexicano.gdl.iteso.mx
#
# $FreeBSD$
#
PORTNAME= xfractint
PORTVERSION= 20.04p12
CATEGORIES= graphics
MASTER_SITES= http://www.fractint.org/ftp/current/linux/ \
http://twegner.dyndns.org/fractint/ftp/current/linux/
MAINTAINER= onemda@gmail.com
COMMENT= The Unix port of fractint
USE_GMAKE= yes
USE_XORG= x11 xft
ALL_TARGET= ${PORTNAME}
MAN1= ${PORTNAME}.1
DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
EXTRA_PATCHES+= ${FILESDIR}/extra-unix__fpu087.c
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${PREFIX}/man/man1/${MAN1}
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/sstools.ini ${DATADIR}
.for dir in formulas ifs lsystem maps pars
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}
.endfor
.include <bsd.port.post.mk>