1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xpenguins/Makefile
Will Andrews 8d758c6235 Add xpenguins 1.2, a program where cute little penguins that walk along
the tops of your windows.  (heh.)

PR:		24607
Submitted by:	Michael Lyngbøl <michael@lyngbol.dk>
2001-04-07 01:55:57 +00:00

30 lines
585 B
Makefile

# New ports collection makefile for: xpenguins
# Date created: 24 January 2001
# Whom: ` lyngbol@candid.dk
#
# $FreeBSD$
#
PORTNAME= xpenguins
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= http://xpenguins.seul.org/
MAINTAINER= lyngbol@candid.dk
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
MAN1= xpenguins.1
pre-build:
${PERL} -pi.orig -e "s@-L/usr/local/lib@@g; \
s@-I/usr/local/include@@g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpenguins $(PREFIX)/bin
${INSTALL_MAN} ${WRKSRC}/xpenguins.1 $(PREFIX)/man/man1
.include <bsd.port.mk>