1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/wmstock/Makefile
1999-08-25 07:23:21 +00:00

30 lines
704 B
Makefile

# New ports collection makefile for: wmstock
# Version required: 0.06
# Date created: 19 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= wmstock-0.06
CATEGORIES= misc windowmaker
MASTER_SITES= http://mattfischer.com/wmstock/src/ \
http://www.psn.net/~andrews/wmstock/
MAINTAINER= andrews@technologist.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/wmstock/src
USE_GMAKE= yes
MAN1= wmstock.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin/wmstock
@${INSTALL_SCRIPT} ${WRKSRC}/testqt.pl ${PREFIX}/bin/testqt.pl
@${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1
.include <bsd.port.mk>