mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
422 B
Makefile
23 lines
422 B
Makefile
# Ports collection Makefile for: powershell
|
|
# Date created: 6 May 2000
|
|
# Whom: Scott A. Moberly <smoberly@xavier.dyndns.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= powershell
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= smoberly@xavier.dyndns.org
|
|
|
|
ALL_TARGET= powershell
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= yes
|
|
USE_AUTOCONF= yes
|
|
|
|
.include <bsd.port.mk>
|