pkgsrc/databases/sqsh-motif/Makefile
reed b666cf33a1 In the Makefile.common, remove the freetds subdirectory for the
path to the buildlink files. This is due to changes I made to the freetds
installation.

Fix "man" to PKGMANDIR while I am here.

Bump PKGREVISION for all three packages (as the location
of libct is uses is different due to the freetds change).

I didn't test sqsh-motif packaging, as I couldn't get openmotif
to build at this time.
2006-01-04 18:30:16 +00:00

18 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/01/04 18:30:17 reed Exp $
PKGNAME= sqsh-motif-2.1
PKGREVISION= 3
CONFLICTS+= sqsh-[0-9]*
CONFLICTS+= sqsh-x11-[0-9]*
CONFIGURE_ARGS+= --with-motif
PATCHDIR= ${.CURDIR}/../../databases/sqsh/patches
DISTINFO_FILE= ${.CURDIR}/../../databases/sqsh/distinfo
PLIST_SRC= ${.CURDIR}/../../databases/sqsh/PLIST
DESCR_SRC= ${.CURDIR}/../../databases/sqsh/DESCR
.include "../../mk/motif.buildlink3.mk"
.include "../../databases/sqsh/Makefile.common"