mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6d5dc31706
PR: ports/51700 Submitted by: Ports Fury
32 lines
723 B
Makefile
32 lines
723 B
Makefile
# New ports collection makefile for: wmpuzzle
|
|
# Date created: 15 May 2002
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmpuzzle
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= games windowmaker afterstep
|
|
MASTER_SITES= http://www.godisch.de/debian/wmpuzzle/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A dockable puzzle game for WindowMaker and AfterStep
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_GETOPT_LONG= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
MAN6= wmpuzzle.6
|
|
|
|
CPPFLAGS= -I${X11BASE}/include -DBSD
|
|
LDFLAGS= -L${X11BASE}/lib
|
|
|
|
.include <bsd.port.mk>
|