diff options
author | krion <krion@FreeBSD.org> | 2004-01-27 03:41:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-27 03:41:28 +0800 |
commit | cc24bd75d79d54a56b3a44eb87974589adbfb9ce (patch) | |
tree | 60f736f5a42d6bf23e2a3e35caf3d89823aedb89 /games/easysok/Makefile | |
parent | ac9a07b3c211d07b83c91f6fef86715c27e1b6ae (diff) | |
download | freebsd-ports-gnome-cc24bd75d79d54a56b3a44eb87974589adbfb9ce.tar.gz freebsd-ports-gnome-cc24bd75d79d54a56b3a44eb87974589adbfb9ce.tar.zst freebsd-ports-gnome-cc24bd75d79d54a56b3a44eb87974589adbfb9ce.zip |
- Update to version 0.3.3
PR: ports/61951
Submitted by: Ports Fury
Diffstat (limited to 'games/easysok/Makefile')
-rw-r--r-- | games/easysok/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/games/easysok/Makefile b/games/easysok/Makefile index 8b19ff85403a..047ab8997cb2 100644 --- a/games/easysok/Makefile +++ b/games/easysok/Makefile @@ -5,25 +5,18 @@ # $FreeBSD$ PORTNAME= easysok -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= Easysok is a sokoban game for KDE3 +COMMENT= A sokoban game for KDE3 USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -pre-configure: - ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure - -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |