blob: 043d54684ca5c6d64ea73c5a0b2acc6e9f86fee0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: piewm
# Date created: 24 November 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= piewm
PORTVERSION= 1.03
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.crynwr.com/piewm/
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
USE_XPM= yes
MAN1= piewm.1
.include <bsd.port.mk>
|