4f3004c549
*Fix "`" error in header of Makefile *Use GNU_CONFIGURE instead of HAS_CONFIGURE to fix needing to pass --prefix as the configure_arg *Take out unneeded pre-build and post-install targets *Update descrption file PR: 28192 Submitted by: maintainer
22 lines
350 B
Makefile
22 lines
350 B
Makefile
# New ports collection makefile for: xpenguins
|
|
# Date created: 24 January 2001
|
|
# Whom: lyngbol@candid.dk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpenguins
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://xpenguins.seul.org/
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xpenguins.1
|
|
|
|
.include <bsd.port.mk>
|