mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5740c46769
- Drop maintainership as I no longer use this software
25 lines
506 B
Makefile
25 lines
506 B
Makefile
# New ports collection makefile for: wampager
|
|
# Date created: 11 Jan 2003
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wampager
|
|
PORTVERSION= 0.9.3.20041204
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.ijs.si/~lesi/waimea/ \
|
|
http://www.daemon.li/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A mini pager for the waimea window manager
|
|
|
|
USE_XORG= x11 xext xpm ice
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/wampager
|
|
|
|
.include <bsd.port.mk>
|