Update graphics/gimp-lensfun-plugin to version 0.2.4.d_3
[dports.git] / print / asprint / Makefile
1 # Created by: brett@peloton.physics.montana.edu
2 # $FreeBSD$
3
4 PORTNAME=       asprint
5 PORTVERSION=    1.0
6 PORTREVISION=   3
7 CATEGORIES=     print
8 MASTER_SITES=   ${MASTER_SITE_AFTERSTEP}
9 MASTER_SITE_SUBDIR=     apps/asprint
10 DISTNAME=       asprint
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Simple browser to allow a user to print
14
15 PLIST_FILES=    bin/asprint
16 USE_XORG=       xmu xpm xt xaw x11
17 ALL_TARGET=     asprint
18 MAKEFILE=       makefile
19
20 do-install:
21         ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${STAGEDIR}${PREFIX}/bin
22
23 .include <bsd.port.mk>