blob: aa5989e4f4c6af1ee085f17ea1a6c50d071ed914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1.1.1 1999/06/07 07:26:01 tron Exp $
DISTNAME= ascp-1.0.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.afterstep.org/apps/ascp/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html
DEPENDS+= afterstep-1.6.10:../../x11/afterstep
DEPENDS+= gtk+-1.2.2:../../x11/gtk
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= "LIBS= -lgnumalloc"
post-install:
@${CHMOD} a+x ${PREFIX}/share/afterstep/ascp/icons
@${CHMOD} -R a+r ${PREFIX}/share/afterstep/ascp
.include "../../mk/bsd.pkg.mk"
|