mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmblob
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11 windowmaker
|
|
MASTER_SITES= http://www.dockapps.org/files/155/541/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Showing moving blobs
|
|
|
|
USE_XORG= xpm
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/wmblob man/man1/wmblob.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/wmblob ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/doc/wmblob.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|