aboutsummaryrefslogtreecommitdiffstats
path: root/print/asprint/Makefile
blob: f4a4e11ede5a9eba56223f5dc1e41c9fa9c5b1cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: brett@peloton.physics.montana.edu
# $FreeBSD$

PORTNAME=   asprint
PORTVERSION=    1.0
PORTREVISION=   3
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asprint
DISTNAME=   asprint

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple browser to allow a user to print

PLIST_FILES=    bin/asprint
USE_XORG=   xmu xpm xt xaw x11
ALL_TARGET= asprint
MAKEFILE=   makefile

do-install:
    ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>