freebsd-ports/games/wmpuzzle/Makefile
Martin Wilke 04e33fc53e - Update MASTER_SITES and WWW
- While here drop MD5

PR:		158455
Submitted by:	Ports Fury
2011-07-02 07:24:38 +00:00

34 lines
773 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.5.0
PORTREVISION= 2
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://people.debian.org/~godisch/wmpuzzle/
MAINTAINER= ports@FreeBSD.org
COMMENT= A dockable puzzle game for WindowMaker and AfterStep
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_XORG= xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
MAN6= wmpuzzle.6
PLIST_FILES= bin/wmpuzzle
CPPFLAGS= -I${LOCALBASE}/include -DBSD
LDFLAGS= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmpuzzle ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmpuzzle.6 ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>