mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
3c5a29be3d
- Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version.
34 lines
798 B
Makefile
34 lines
798 B
Makefile
# New ports collection makefile for: grafx2
|
|
# Date created: 23 Feb 2009
|
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grafx2
|
|
DISTVERSION= 2.00b98.0
|
|
DISTVERSIONSUFFIX= -svn482
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Bitmap paint program that supports more than 60 video resolutions
|
|
|
|
USE_GMAKE= yes
|
|
USE_DOS2UNIX= yes
|
|
USE_SDL= image ttf
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
MAKE_ENV+= DATADIR="${DATADIR}"
|
|
CFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_SYS_UCRED_H -DHAVE_SYS_MOUNT_H \
|
|
-DHAVE_STRUCT_STATFS_F_FSTYPENAME
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|macosx|FreeBSD|g' \
|
|
${WRKSRC}/divers.c ${WRKSRC}/mountlist.c ${WRKSRC}/aide.c ${WRKSRC}/init.c
|
|
|
|
.include <bsd.port.mk>
|