freebsd-ports/sysutils/wmapmload/Makefile
Patrick Li 1589ed1893 Mark this port only for i386 architecture and fix whitespace while i am at it.
Submitted by:	Matthew Luckie <kluckie@ihug.co.nz>
2002-10-08 20:11:53 +00:00

31 lines
607 B
Makefile

# New ports collection makefile for: wmapmload
# Date created: Sat Sep 21 01:48:10 EDT 2002
# Whom: pat
#
# $FreeBSD$
#
PORTNAME= wmapmload
PORTVERSION= 0.2.1
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
MAINTAINER= pat@FreeBSD.org
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= ${PORTNAME}.1
BINMODE= 2755
BINGRP= operator
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/wmapmload ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/doc/wmapmload.1 ${PREFIX}/man/man1
.include <bsd.port.mk>