mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
20 lines
330 B
Makefile
20 lines
330 B
Makefile
# Created by: asami
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= piewm
|
|
PORTVERSION= 1.04
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.crynwr.com/piewm/
|
|
|
|
MAINTAINER= david@catwhisker.org
|
|
COMMENT= tvtwm with pie (circular) menus
|
|
|
|
USES= imake
|
|
DISABLE_SIZE= yes
|
|
USE_XORG= xbitmaps xpm xmu
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
.include <bsd.port.mk>
|