mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
0c8bdb399a
gcc -o asprint -O2 asprint.o -L/usr/X11R6/lib -lXaw -lXmu -lXt /usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, no t found (try using --rpath) /usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, n ot found (try using --rpath) /usr/libexec/elf/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libXaw.so, n ot found (try using --rpath) /usr/X11R6/lib/libXaw.so: undefined reference to `XFreePixmap' /usr/X11R6/lib/libXt.so: undefined reference to `XrmEnumerateDatabase'
26 lines
538 B
Makefile
26 lines
538 B
Makefile
# New ports collection makefile for: asmail
|
|
# Version required: 1.0
|
|
# Date created: 16 August 1997
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/08/05 09:31:37 asami Exp $
|
|
#
|
|
|
|
DISTNAME= asprint
|
|
PKGNAME= asprint-1.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asprint/
|
|
|
|
MAINTAINER= brett@peloton.physics.montana.edu
|
|
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= asprint
|
|
MAKEFILE= makefile
|
|
|
|
BROKEN_ELF= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|